Storm.Api.Tools 10.0.15

dotnet tool install --global Storm.Api.Tools --version 10.0.15
                    
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.15
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Storm.Api.Tools&version=10.0.15
                    
nuke :add-package Storm.Api.Tools --version 10.0.15
                    

Storm.Api

Framework to build APIs

Changelog

10.0.15 (June 5th)

Improvements
  • Source generator overhaul — Rewrote the [WithAction<T>] generator to use ForAttributeWithMetadataName with a fully cached pipeline (caching context, diagnostic caching) for significantly faster, more incremental builds. Refactored the ActionMethod generator for efficiency and added a test suite.
  • GUID loggingJsonLogWriter now supports writing Guid values directly through IArrayWriter/IObjectWriter.
Fixes
  • Fixed attribute generation code in the source generator.

10.0.13 (May 21st)

Fixes
  • Fixed DefaultValuesExtensions concurrency issue.
  • Fixed IsSuccess not being set to true for PaginatedResponse.

10.0.11 (May 13th)

New Features
  • Default value from Type — Added a DefaultValuesExtensions overload to generate a default value from a Type instance.

10.0.10 (May 9th)

Improvements
  • OpenAPI documentation — The source generator now supports specifying multiple attributes on actions for OpenAPI documentation.
  • Customizable log timestamp field — The TimestampLogAppender field name is now configurable.

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.15 40 6/5/2026
10.0.14 105 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 109 4/13/2026
10.0.8 106 4/11/2026
10.0.7 92 4/11/2026
10.0.6 98 4/11/2026