Storm.Api.SourceGenerators
10.0.14
dotnet add package Storm.Api.SourceGenerators --version 10.0.14
NuGet\Install-Package Storm.Api.SourceGenerators -Version 10.0.14
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="Storm.Api.SourceGenerators" Version="10.0.14"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Storm.Api.SourceGenerators" Version="10.0.14" />
<PackageReference Include="Storm.Api.SourceGenerators"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 Storm.Api.SourceGenerators --version 10.0.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Storm.Api.SourceGenerators, 10.0.14"
#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 Storm.Api.SourceGenerators@10.0.14
#: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=Storm.Api.SourceGenerators&version=10.0.14
#tool nuget:?package=Storm.Api.SourceGenerators&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.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
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 |
|---|---|---|
| 10.0.14 | 90 | 5/26/2026 |
| 10.0.13 | 94 | 5/21/2026 |
| 10.0.12 | 103 | 5/21/2026 |
| 10.0.11 | 110 | 5/13/2026 |
| 10.0.10 | 99 | 5/9/2026 |
| 10.0.9 | 133 | 4/13/2026 |
| 10.0.8 | 126 | 4/11/2026 |
| 10.0.7 | 125 | 4/11/2026 |
| 10.0.6 | 116 | 4/11/2026 |
| 10.0.5 | 118 | 3/14/2026 |
| 10.0.4 | 709 | 12/2/2025 |
| 10.0.3 | 201 | 11/24/2025 |
| 10.0.2 | 325 | 11/21/2025 |
| 10.0.1 | 413 | 11/20/2025 |
release