Storm.Api
10.0.15
dotnet add package Storm.Api --version 10.0.15
NuGet\Install-Package Storm.Api -Version 10.0.15
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" Version="10.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Storm.Api" Version="10.0.15" />
<PackageReference Include="Storm.Api" />
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 --version 10.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Storm.Api, 10.0.15"
#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@10.0.15
#: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&version=10.0.15
#tool nuget:?package=Storm.Api&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.
-
net10.0
- Elastic.Clients.Elasticsearch (>= 8.19.18)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 10.0.5)
- Microsoft.AspNetCore.OpenApi (>= 10.0.5)
- Resend (>= 0.2.2)
- Scalar.AspNetCore (>= 2.13.20)
- Sentry (>= 6.3.0)
- Sentry.AspNetCore (>= 6.3.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Serilog.Sinks.File (>= 7.0.0)
- ServiceStack.OrmLite (>= 10.0.6)
- ServiceStack.OrmLite.MySql (>= 10.0.6)
- ServiceStack.OrmLite.PostgreSQL (>= 10.0.6)
- ServiceStack.OrmLite.Sqlite (>= 10.0.6)
- ServiceStack.OrmLite.SqlServer.Data (>= 10.0.6)
- StackExchange.Redis (>= 2.12.14)
- Storm.Api.Dtos (>= 10.0.15)
- Swashbuckle.AspNetCore (>= 10.1.7)
- System.IdentityModel.Tokens.Jwt (>= 8.17.0)
- VaultSharp (>= 1.17.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Storm.Api:
| Package | Downloads |
|---|---|
|
Storm.SqlMigrations
Storm framework for API with aspnet core |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.15 | 94 | 6/5/2026 |
| 10.0.14 | 101 | 5/26/2026 |
| 10.0.13 | 98 | 5/21/2026 |
| 10.0.12 | 102 | 5/21/2026 |
| 10.0.11 | 119 | 5/13/2026 |
| 10.0.10 | 113 | 5/9/2026 |
| 10.0.9 | 157 | 4/13/2026 |
| 10.0.8 | 132 | 4/11/2026 |
| 10.0.7 | 122 | 4/11/2026 |
| 10.0.6 | 118 | 4/11/2026 |
| 10.0.5 | 153 | 3/14/2026 |
| 10.0.4 | 796 | 12/2/2025 |
| 10.0.3 | 282 | 11/24/2025 |
| 10.0.2 | 409 | 11/21/2025 |
| 10.0.1 | 495 | 11/20/2025 |
| 8.0.3 | 1,576 | 6/25/2024 |
| 8.0.2 | 380 | 6/22/2024 |
| 8.0.1 | 359 | 6/22/2024 |
Loading failed
release