HT.Core 6.0.5.34

There is a newer version of this package available.
See the version list below for details.
dotnet add package HT.Core --version 6.0.5.34
                    
NuGet\Install-Package HT.Core -Version 6.0.5.34
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HT.Core" Version="6.0.5.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HT.Core" Version="6.0.5.34" />
                    
Directory.Packages.props
<PackageReference Include="HT.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HT.Core --version 6.0.5.34
                    
#r "nuget: HT.Core, 6.0.5.34"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package HT.Core@6.0.5.34
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HT.Core&version=6.0.5.34
                    
Install as a Cake Addin
#tool nuget:?package=HT.Core&version=6.0.5.34
                    
Install as a Cake Tool

Core Library by HT Team

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on HT.Core:

Package Downloads
HT.Components

Bootstrap 5 UI components for Razor Components: services.AddComponents(); <link rel="stylesheet" href="_content/HT.Components/bootstrap.min.css" /> <link rel="stylesheet" href="_content/HT.Components/app.min.css" /> <script src="_content/HT.Components/app.min.js"></script> <NEditForm Model="model" OnValidSubmit="Submit"> <NInputText @bind-Value="model.Name" /> <NInputText @bind-Value="model.Description" /> <NInputNumber @bind-Value="model.Cost" Multiple="1000" IsReset="true" /> <NInputSelect @bind-Value="model.IsMale" Models="IsMaleModels" LabelNoChoise="All" /> <NInputFile @bind-Value="model.Image" Upload="Upload" /> </NEditForm>

HT.Extensions

Map model with [NoMap] Attribute: model.CopyTo(getModel); Id long: Long.NewLong(); // Auto sort DateCreated desc Id in date: datetime.ToDayCount(); Url: string.ToUrl();

HT.SQL

SQL Library by HT Team

HT.Linq.Dynamic

- Allow to specify the list of types that can be used from within the expression. - Improve enum handling, so that comparing enums will work. - Add support for: FirstOrDefault(), Fist(), SelectMany(), Distinct(), Union(), Concat(), Contains() - Allow referencing the parent "it" context using "it_x" syntax. - Add support for "as" and "is" operators.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.6 3,217 6/15/2022
6.0.5.46 2,733 6/7/2022
6.0.5.45 2,789 6/1/2022
6.0.5.44 1,696 6/1/2022
6.0.5.43 2,946 6/1/2022
6.0.5.42 1,965 6/1/2022
6.0.5.41 2,838 5/27/2022
6.0.5.40 1,550 5/26/2022
6.0.5.39 1,632 5/26/2022
6.0.5.38 1,652 5/26/2022
6.0.5.37 1,975 5/26/2022
6.0.5.36 1,915 5/24/2022
6.0.5.35 1,932 5/23/2022
6.0.5.34 5,671 5/22/2022
6.0.5.33 946 5/22/2022
6.0.5.32 2,040 5/22/2022
6.0.5.31 1,956 5/22/2022
6.0.5.30 2,606 5/22/2022
6.0.5.29 1,926 5/21/2022
6.0.5.28 920 5/21/2022
Loading failed