NetCoreApiExtensions.Shared
1.4.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NetCoreApiExtensions.Shared --version 1.4.4
NuGet\Install-Package NetCoreApiExtensions.Shared -Version 1.4.4
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="NetCoreApiExtensions.Shared" Version="1.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetCoreApiExtensions.Shared" Version="1.4.4" />
<PackageReference Include="NetCoreApiExtensions.Shared" />
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 NetCoreApiExtensions.Shared --version 1.4.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NetCoreApiExtensions.Shared, 1.4.4"
#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.
#addin nuget:?package=NetCoreApiExtensions.Shared&version=1.4.4
#tool nuget:?package=NetCoreApiExtensions.Shared&version=1.4.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Added Attribute and helper classes for getting default enum values.
Product | Versions 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 is compatible. 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.
-
net6.0
- System.Text.Json (>= 6.0.5)
-
net7.0
- System.Text.Json (>= 6.0.5)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NetCoreApiExtensions.Shared:
Package | Downloads |
---|---|
NetCoreApiExtensions.EntityFramework
A small set of extensions for EF Core to simplify and consolidate common EF tasks like sorting and paging. |
|
NetCoreApiExtensions.WebApi
Small conviniences for developing APIs in .Net 6. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.4.5 | 718 | 8/8/2023 | |
1.4.4 | 617 | 8/8/2023 | |
1.4.3 | 769 | 2/2/2023 | |
1.4.2 | 724 | 2/2/2023 | |
1.4.1 | 786 | 2/2/2023 | |
1.4.0 | 901 | 11/13/2022 | |
1.3.4 | 1,185 | 11/4/2022 | |
1.3.3 | 1,080 | 10/30/2022 | |
1.3.2.1 | 1,594 | 8/25/2022 | |
1.3.2 | 880 | 8/25/2022 | |
1.3.1 | 893 | 8/23/2022 | |
1.3.0 | 932 | 8/8/2022 | |
1.2.1 | 1,793 | 5/24/2021 | |
1.2.0 | 1,188 | 4/14/2021 | |
1.1.0 | 2,672 | 3/23/2021 | |
1.0.3.2 | 858 | 3/9/2021 | |
1.0.3 | 1,679 | 2/25/2021 | |
1.0.2 | 896 | 2/17/2021 | |
1.0.1.1 | 1,262 | 2/4/2021 | |
1.0.1 | 862 | 2/3/2021 | |
1.0.0.3 | 1,068 | 12/12/2020 | |
1.0.0.2 | 1,476 | 7/1/2020 | |
1.0.0.1 | 1,061 | 6/30/2020 | |
1.0.0 | 1,505 | 6/28/2020 |
Added Enum Helper for handling defaults