VOOZH about

URL: https://www.nuget.org/packages/Storm.Api.Dtos/

⇱ NuGet Gallery | Storm.Api.Dtos 10.0.15




👁 Image
Storm.Api.Dtos 10.0.15

dotnet add package Storm.Api.Dtos --version 10.0.15
 
 
NuGet\Install-Package Storm.Api.Dtos -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.Dtos" 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.Dtos" Version="10.0.15" />
 
Directory.Packages.props
<PackageReference Include="Storm.Api.Dtos" />
 
Project file
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.Dtos --version 10.0.15
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Storm.Api.Dtos, 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.Dtos@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.Dtos&version=10.0.15
 
Install as a Cake Addin
#tool nuget:?package=Storm.Api.Dtos&version=10.0.15
 
Install as a Cake Tool
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 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 Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Storm.Api.Dtos:

Package Downloads
Storm.Api

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 108 6/5/2026
10.0.14 113 5/26/2026
10.0.13 101 5/21/2026
10.0.12 112 5/21/2026
10.0.11 135 5/13/2026
10.0.10 129 5/9/2026
10.0.9 165 4/13/2026
10.0.8 142 4/11/2026
10.0.7 130 4/11/2026
10.0.6 133 4/11/2026
10.0.5 163 3/14/2026
10.0.4 830 12/2/2025
10.0.3 318 11/24/2025
10.0.2 431 11/21/2025
10.0.1 533 11/20/2025
8.0.3 1,641 6/25/2024
8.0.2 396 6/22/2024
8.0.1 411 6/22/2024
Loading failed

release