MicroElements.OpenApi.FluentValidation
7.0.4-beta.1
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.OpenApi.FluentValidation --version 7.0.4-beta.1
NuGet\Install-Package MicroElements.OpenApi.FluentValidation -Version 7.0.4-beta.1
<PackageReference Include="MicroElements.OpenApi.FluentValidation" Version="7.0.4-beta.1" />
<PackageVersion Include="MicroElements.OpenApi.FluentValidation" Version="7.0.4-beta.1" />
<PackageReference Include="MicroElements.OpenApi.FluentValidation" />
paket add MicroElements.OpenApi.FluentValidation --version 7.0.4-beta.1
#r "nuget: MicroElements.OpenApi.FluentValidation, 7.0.4-beta.1"
#:package MicroElements.OpenApi.FluentValidation@7.0.4-beta.1
#addin nuget:?package=MicroElements.OpenApi.FluentValidation&version=7.0.4-beta.1&prerelease
#tool nuget:?package=MicroElements.OpenApi.FluentValidation&version=7.0.4-beta.1&prerelease
Package Description
| 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 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. |
-
net10.0
- FluentValidation (>= 12.0.0)
-
net8.0
- FluentValidation (>= 12.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.5)
- Microsoft.Extensions.Options (>= 9.0.5)
-
net9.0
- FluentValidation (>= 12.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MicroElements.OpenApi.FluentValidation:
| Package | Downloads |
|---|---|
|
MicroElements.Swashbuckle.FluentValidation
Swagger ISchemaFilter that uses FluentValidation validators instead System.ComponentModel based attributes. |
|
|
MicroElements.NSwag.FluentValidation
Adds FluentValidation rules to swagger schema. |
|
|
X2031.MicroElements.NSwag.FluentValidation
Adds FluentValidation rules to swagger schema. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.4 | 3,120 | 2/17/2026 |
| 7.0.4-beta.3 | 49 | 2/14/2026 |
| 7.0.4-beta.2 | 41 | 2/14/2026 |
| 7.0.4-beta.1 | 48 | 2/14/2026 |
| 7.0.3 | 74,828 | 12/23/2025 |
| 7.0.2 | 499 | 12/23/2025 |
| 7.0.1 | 22,576 | 12/8/2025 |
| 6.1.1 | 449,423 | 9/2/2025 |
| 6.1.0 | 3,327,954 | 11/26/2024 |
| 6.0.0 | 5,785,914 | 12/3/2023 |
| 6.0.0-beta.3 | 321,453 | 2/19/2023 |
| 6.0.0-beta.1 | 341,950 | 7/23/2022 |
$# Changes in 7.0.4-beta.1
- Fixed: `[AsParameters]` types in minimal API and `[FromQuery]` container types create unused schemas in `components/schemas` (Issue #180)
- `GetSchemaForType()` registers schemas in `SchemaRepository` as a side-effect of `GenerateSchema()`
- Added check-and-cleanup: snapshot existing schema IDs before processing, remove side-effect schemas after applying validation rules to parameters
- Fix applied to both default path (`FluentValidationOperationFilter`) and experimental path (`FluentValidationDocumentFilter`)
# 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
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation/blob/master/CHANGELOG.md