MicroElements.NSwag.FluentValidation 7.0.3

Prefix Reserved
dotnet add package MicroElements.NSwag.FluentValidation --version 7.0.3
                    
NuGet\Install-Package MicroElements.NSwag.FluentValidation -Version 7.0.3
                    
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="MicroElements.NSwag.FluentValidation" Version="7.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MicroElements.NSwag.FluentValidation" Version="7.0.3" />
                    
Directory.Packages.props
<PackageReference Include="MicroElements.NSwag.FluentValidation" />
                    
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 MicroElements.NSwag.FluentValidation --version 7.0.3
                    
#r "nuget: MicroElements.NSwag.FluentValidation, 7.0.3"
                    
#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 MicroElements.NSwag.FluentValidation@7.0.3
                    
#: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=MicroElements.NSwag.FluentValidation&version=7.0.3
                    
Install as a Cake Addin
#tool nuget:?package=MicroElements.NSwag.FluentValidation&version=7.0.3
                    
Install as a Cake Tool

Adds FluentValidation rules to swagger schema.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

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
7.0.3 0 12/23/2025
7.0.2 0 12/23/2025
7.0.1 345 12/8/2025
6.1.1 1,203 9/2/2025
6.1.0 11,261 11/26/2024
6.0.0 17,932 12/3/2023
6.0.0-beta.3 8,798 2/19/2023

$# Changes in 7.0.3
- Fixed: NullReferenceException when models contain nested object properties (Issue #176 extended)
 - Handle `OpenApiSchemaReference` for nested class properties in `OpenApiRuleContext`
 - Add safe `TryGetValue` check in `NSwagRuleContext`

# Changes in 7.0.2
- Fixed: InvalidCastException when models contain enum properties (Issue #176)
 - In Microsoft.OpenApi 2.x, enum properties are represented as `OpenApiSchemaReference` instead of `OpenApiSchema`
 - Filter out schema references in `GetProperties()` method to avoid cast exception

# Changes in 7.0.1
- Fixed: FluentValidation rules not applied to `[FromForm]` parameters (Issue #170)
 - Added `RequestBody` processing in `FluentValidationOperationFilter` for `multipart/form-data` and `application/x-www-form-urlencoded` content types

# Changes in 6.1.0
- Added support for .NET 8 and .NET 9 to MicroElements.Swashbuckle.FluentValidation.AspNetCore
- Dropped support for .NET 6.0
- Updated NJsonSchema to version 10.6.10

# Changes in 6.0.0
- see changelog for betas


Full release notes can be found at: https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation/blob/master/CHANGELOG.md