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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Storm.Api.Tools --version 10.0.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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, andBaseLogoutActionwith pluggable storage (database or JWT-only) and transport (cookie or JSON body). Replaces the previous cookie-onlyJwtRefreshCookieService. - Sequential GUID generation —
SequentialGuid.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
TimeProviderabstraction instead ofDateTime.Now/DateTime.UtcNow, enabling deterministic testing. - Code quality pass — Enforced
.editorconfigrules, resolved all warnings underTreatWarningsAsErrors, and cleaned up code style across the solution.
| Product | Versions 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.