Storm.Api.Tools 10.0.14

dotnet tool install --global Storm.Api.Tools --version 10.0.14
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Storm.Api.Tools --version 10.0.14
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Storm.Api.Tools&version=10.0.14
                    
nuke :add-package Storm.Api.Tools --version 10.0.14
                    

Storm.Api

Framework to build APIs

Changelog

10.0.9 (April 13th)

  • Fix function WithDatabaseTransaction to pass the correct connection in the callback

10.0.8 (April 12th)

  • Fix BaseRefreshAction / BaseLogoutAction to have generic input parameters

10.0.7 (April 11th)

  • IRepository.ExistsById - New function added to check for existence

10.0.6 (April 11th)

New Features
  • Refresh token authentication — New BaseLoginAction, BaseRefreshAction, and BaseLogoutAction with pluggable storage (database or JWT-only) and transport (cookie or JSON body). Replaces the previous cookie-only JwtRefreshCookieService.
  • Sequential GUID generationSequentialGuid.NewGuid() produces database-friendly ordered GUIDs: Guid v7 for PostgreSQL/MySQL/SQLite, COMB GUIDs for SQL Server.
Improvements
  • TimeProvider adoption — All date/time usage now goes through the TimeProvider abstraction instead of DateTime.Now/DateTime.UtcNow, enabling deterministic testing.
  • Code quality pass — Enforced .editorconfig rules, resolved all warnings under TreatWarningsAsErrors, and cleaned up code style across the solution.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

This package has no dependencies.

Version Downloads Last Updated
10.0.14 104 5/26/2026
10.0.13 94 5/21/2026
10.0.12 92 5/21/2026
10.0.11 104 5/13/2026
10.0.10 109 5/9/2026
10.0.9 108 4/13/2026
10.0.8 105 4/11/2026
10.0.7 91 4/11/2026
10.0.6 96 4/11/2026