GoSolve.Tools.Api
0.0.5
Prefix Reserved
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 GoSolve.Tools.Api --version 0.0.5
NuGet\Install-Package GoSolve.Tools.Api -Version 0.0.5
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="GoSolve.Tools.Api" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GoSolve.Tools.Api --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GoSolve.Tools.Api, 0.0.5"
#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.
// Install GoSolve.Tools.Api as a Cake Addin #addin nuget:?package=GoSolve.Tools.Api&version=0.0.5 // Install GoSolve.Tools.Api as a Cake Tool #tool nuget:?package=GoSolve.Tools.Api&version=0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 11.0.0)
- GoSolve.Tools.Common (>= 0.0.4)
- 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)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 6.0.6)
- 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 | 316 | 1/3/2023 |
0.0.17 | 275 | 12/31/2022 |
0.0.16 | 284 | 12/30/2022 |
0.0.14 | 277 | 12/28/2022 |
0.0.13 | 281 | 12/28/2022 |
0.0.12 | 264 | 12/28/2022 |
0.0.11 | 262 | 12/24/2022 |
0.0.10 | 293 | 12/23/2022 |
0.0.9 | 284 | 12/22/2022 |
0.0.8 | 312 | 12/22/2022 |
0.0.7 | 298 | 12/22/2022 |
0.0.6 | 298 | 12/13/2022 |
0.0.5 | 346 | 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