GoSolve.Tools.Api 0.0.18

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.
<PackageVersion Include="GoSolve.Tools.Api" Version="0.0.18" />
                    
Directory.Packages.props
<PackageReference Include="GoSolve.Tools.Api" />
                    
Project file
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 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.
#:package GoSolve.Tools.Api@0.0.18
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GoSolve.Tools.Api&version=0.0.18
                    
Install as a Cake Addin
#tool nuget:?package=GoSolve.Tools.Api&version=0.0.18
                    
Install as a Cake Tool

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.  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.

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 505 1/3/2023
0.0.17 425 12/31/2022
0.0.16 426 12/30/2022
0.0.14 429 12/28/2022
0.0.13 404 12/28/2022
0.0.12 406 12/28/2022
0.0.11 424 12/24/2022
0.0.10 456 12/23/2022
0.0.9 433 12/22/2022
0.0.8 473 12/22/2022
0.0.7 447 12/22/2022
0.0.6 447 12/13/2022
0.0.5 507 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