NetCoreApiExtensions.Shared
1.4.0
See the version list below for details.
dotnet add package NetCoreApiExtensions.Shared --version 1.4.0
NuGet\Install-Package NetCoreApiExtensions.Shared -Version 1.4.0
<PackageReference Include="NetCoreApiExtensions.Shared" Version="1.4.0" />
paket add NetCoreApiExtensions.Shared --version 1.4.0
#r "nuget: NetCoreApiExtensions.Shared, 1.4.0"
// Install NetCoreApiExtensions.Shared as a Cake Addin #addin nuget:?package=NetCoreApiExtensions.Shared&version=1.4.0 // Install NetCoreApiExtensions.Shared as a Cake Tool #tool nuget:?package=NetCoreApiExtensions.Shared&version=1.4.0
What's Inside
A collection of classes that can help create good domain, request, and response patterns, along with API error classes to make intentional status code errors easier to surface.
Change Log
1.4.0.0
Added Net 7 Support
1.3.4.0
Added parameterless constructors for json serializer support to DataResponse
and ErrorResponse
classes to better support their use in unit testing.
1.3.3.0
Brought over some response generics from NetCoreApiExtensions.WebApi
since it has a dependency here, and those generics make more sense in this context.
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. |
-
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 | 700 | 8/8/2023 | |
1.4.4 | 602 | 8/8/2023 | |
1.4.3 | 748 | 2/2/2023 | |
1.4.2 | 703 | 2/2/2023 | |
1.4.1 | 750 | 2/2/2023 | |
1.4.0 | 875 | 11/13/2022 | |
1.3.4 | 1,142 | 11/4/2022 | |
1.3.3 | 1,056 | 10/30/2022 | |
1.3.2.1 | 1,567 | 8/25/2022 | |
1.3.2 | 853 | 8/25/2022 | |
1.3.1 | 867 | 8/23/2022 | |
1.3.0 | 904 | 8/8/2022 | |
1.2.1 | 1,574 | 5/24/2021 | |
1.2.0 | 1,152 | 4/14/2021 | |
1.1.0 | 2,577 | 3/23/2021 | |
1.0.3.2 | 819 | 3/9/2021 | |
1.0.3 | 1,639 | 2/25/2021 | |
1.0.2 | 855 | 2/17/2021 | |
1.0.1.1 | 1,220 | 2/4/2021 | |
1.0.1 | 821 | 2/3/2021 | |
1.0.0.3 | 1,027 | 12/12/2020 | |
1.0.0.2 | 1,436 | 7/1/2020 | |
1.0.0.1 | 1,020 | 6/30/2020 | |
1.0.0 | 1,461 | 6/28/2020 |
Added Net7 Support