GoSolve.Tools.Api
0.0.11
Prefix Reserved
See the version list below for details.
dotnet add package GoSolve.Tools.Api --version 0.0.11
NuGet\Install-Package GoSolve.Tools.Api -Version 0.0.11
<PackageReference Include="GoSolve.Tools.Api" Version="0.0.11" />
paket add GoSolve.Tools.Api --version 0.0.11
#r "nuget: GoSolve.Tools.Api, 0.0.11"
// Install GoSolve.Tools.Api as a Cake Addin #addin nuget:?package=GoSolve.Tools.Api&version=0.0.11 // Install GoSolve.Tools.Api as a Cake Tool #tool nuget:?package=GoSolve.Tools.Api&version=0.0.11
Package containing tools for goSolve's back-end API services.
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 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. |
-
net6.0
- GoSolve.Tools.Common (>= 0.0.8)
- Hellang.Middleware.ProblemDetails (>= 6.4.2)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.8)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.5)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.1)
- Swashbuckle.AspNetCore (>= 6.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.18 | 315 | 1/3/2023 |
0.0.17 | 274 | 12/31/2022 |
0.0.16 | 283 | 12/30/2022 |
0.0.14 | 276 | 12/28/2022 |
0.0.13 | 280 | 12/28/2022 |
0.0.12 | 263 | 12/28/2022 |
0.0.11 | 261 | 12/24/2022 |
0.0.10 | 292 | 12/23/2022 |
0.0.9 | 283 | 12/22/2022 |
0.0.8 | 311 | 12/22/2022 |
0.0.7 | 297 | 12/22/2022 |
0.0.6 | 297 | 12/13/2022 |
0.0.5 | 345 | 8/16/2022 |
v0.0.1: Added error handling logic
v0.0.2: Added HttpClients extension methods and default api pipeline tools and upgrade Tools.Common to 0.0.2
v0.0.3: Update Tools.Common to 0.0.3
v0.0.4: Update Tools.Common, add NotFoundException status code mapping, add database extension methods, add GenericRepository class, UnitOfWork class and BaseDbContext class
v0.0.5: Add PatchExtensionMethods
v0.0.6: Add PathBase support
v0.0.7: Move database tools
v0.0.8: Rename extension method UseDatabaseTools to MigrateDatabase
v0.0.9: Add Serilog functionality
v0.0.10: Move JsonPatch logic to Tools.Common package
v0.0.11: Update Tools.Common version