GoSolve.Tools.Api 0.0.18

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package GoSolve.Tools.Api --version 0.0.18
NuGet\Install-Package GoSolve.Tools.Api -Version 0.0.18
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.18" />
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.18
#r "nuget: GoSolve.Tools.Api, 0.0.18"
#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.18

// Install GoSolve.Tools.Api as a Cake Tool
#tool nuget:?package=GoSolve.Tools.Api&version=0.0.18

Package containing tools for goSolve's back-end API services.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 291 1/3/2023
0.0.17 255 12/31/2022
0.0.16 264 12/30/2022
0.0.14 253 12/28/2022
0.0.13 262 12/28/2022
0.0.12 242 12/28/2022
0.0.11 240 12/24/2022
0.0.10 270 12/23/2022
0.0.9 257 12/22/2022
0.0.8 291 12/22/2022
0.0.7 278 12/22/2022
0.0.6 272 12/13/2022
0.0.5 322 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
       v0.0.12: Update Tools.Common version
       v0.0.13: Update Tools.Common version
       v0.0.14: Update Tools.Common version
       v0.0.15: Update Tools.Common version
       v0.0.16: Add database seeding functionality
       v0.0.17: Remove automatic datetime generation from database seeding
       v0.0.18: Update Tools.Common version