MicroElements.NSwag.FluentValidation
7.0.6
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.NSwag.FluentValidation --version 7.0.6
NuGet\Install-Package MicroElements.NSwag.FluentValidation -Version 7.0.6
<PackageReference Include="MicroElements.NSwag.FluentValidation" Version="7.0.6" />
<PackageVersion Include="MicroElements.NSwag.FluentValidation" Version="7.0.6" />
<PackageReference Include="MicroElements.NSwag.FluentValidation" />
paket add MicroElements.NSwag.FluentValidation --version 7.0.6
#r "nuget: MicroElements.NSwag.FluentValidation, 7.0.6"
#:package MicroElements.NSwag.FluentValidation@7.0.6
#addin nuget:?package=MicroElements.NSwag.FluentValidation&version=7.0.6
#tool nuget:?package=MicroElements.NSwag.FluentValidation&version=7.0.6
Adds FluentValidation rules to swagger schema.
| Product | Versions 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. |
-
net8.0
- MicroElements.OpenApi.FluentValidation (>= 7.0.6)
- NJsonSchema (>= 11.3.2)
-
net9.0
- MicroElements.OpenApi.FluentValidation (>= 7.0.6)
- NJsonSchema (>= 11.3.2)
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.1.0-beta.1 | 40 | 2/23/2026 |
| 7.0.6 | 0 | 3/3/2026 |
| 7.0.5 | 90 | 2/26/2026 |
| 7.0.4 | 147 | 2/17/2026 |
| 7.0.4-beta.3 | 42 | 2/14/2026 |
| 7.0.4-beta.2 | 43 | 2/14/2026 |
| 7.0.4-beta.1 | 45 | 2/14/2026 |
| 7.0.3 | 740 | 12/23/2025 |
| 7.0.2 | 424 | 12/23/2025 |
| 7.0.1 | 776 | 12/8/2025 |
| 6.1.1 | 1,860 | 9/2/2025 |
| 6.1.0 | 12,306 | 11/26/2024 |
| 6.0.0 | 18,691 | 12/3/2023 |
| 6.0.0-beta.3 | 8,814 | 2/19/2023 |
$# Changes in 7.0.6
- Fixed: `[AsParameters]` validation rules not applied on .NET 8 Minimal APIs (Issue #180)
- On .NET 8, `ModelMetadata.ContainerType` is null for `[AsParameters]` decomposed parameters
- Added `AsParametersHelper` fallback that resolves the container type via `[AsParameters]` reflection on `MethodInfo`
- Applied fallback in both `FluentValidationOperationFilter` and `FluentValidationDocumentFilter`
- Zero regression on .NET 9/10 where `ContainerType` is already populated
# Changes in 7.0.5
- Added: `RemoveUnusedQuerySchemas` option (default: `true`) to control cleanup of
container type schemas for `[FromQuery]`/`[AsParameters]` types (Issue #180)
# Changes in 7.0.4
- Fixed: `[AsParameters]` types in minimal API and `[FromQuery]` container types create unused schemas in `components/schemas` (Issue #180)
- Added: Support for keyed DI services (Issue #165)
- Validators registered via `AddKeyedScoped`, `AddKeyedTransient`, `AddKeyedSingleton` are now discovered automatically
- Removed: Deprecated `FluentValidation.AspNetCore` package reference (Issue #164)
- Replaced with `FluentValidation.DependencyInjectionExtensions` 12.0.0
# 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
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation/blob/master/CHANGELOG.md