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
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
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.15
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.15 (June 5th)
Improvements
- Source generator overhaul — Rewrote the
[WithAction<T>]generator to useForAttributeWithMetadataNamewith a fully cached pipeline (caching context, diagnostic caching) for significantly faster, more incremental builds. Refactored theActionMethodgenerator for efficiency and added a test suite. - GUID logging —
JsonLogWriternow supports writingGuidvalues directly throughIArrayWriter/IObjectWriter.
Fixes
- Fixed attribute generation code in the source generator.
10.0.13 (May 21st)
Fixes
- Fixed
DefaultValuesExtensionsconcurrency issue. - Fixed
IsSuccessnot being set totrueforPaginatedResponse.
10.0.11 (May 13th)
New Features
- Default value from
Type— Added aDefaultValuesExtensionsoverload to generate a default value from aTypeinstance.
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
TimestampLogAppenderfield 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, 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.