MicroElements.Swashbuckle.FluentValidation
7.0.5
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Swashbuckle.FluentValidation --version 7.0.5
NuGet\Install-Package MicroElements.Swashbuckle.FluentValidation -Version 7.0.5
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="7.0.5" />
<PackageVersion Include="MicroElements.Swashbuckle.FluentValidation" Version="7.0.5" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" />
paket add MicroElements.Swashbuckle.FluentValidation --version 7.0.5
#r "nuget: MicroElements.Swashbuckle.FluentValidation, 7.0.5"
#:package MicroElements.Swashbuckle.FluentValidation@7.0.5
#addin nuget:?package=MicroElements.Swashbuckle.FluentValidation&version=7.0.5
#tool nuget:?package=MicroElements.Swashbuckle.FluentValidation&version=7.0.5
Swagger ISchemaFilter that uses FluentValidation validators instead System.ComponentModel based attributes.
| 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
- MicroElements.OpenApi.FluentValidation (>= 7.0.5)
- Swashbuckle.AspNetCore.SwaggerGen (>= 10.0.0)
-
net8.0
- MicroElements.OpenApi.FluentValidation (>= 7.0.5)
- Swashbuckle.AspNetCore.SwaggerGen (>= 8.1.1)
-
net9.0
- MicroElements.OpenApi.FluentValidation (>= 7.0.5)
- Swashbuckle.AspNetCore.SwaggerGen (>= 8.1.1)
NuGet packages (49)
Showing the top 5 NuGet packages that depend on MicroElements.Swashbuckle.FluentValidation:
| Package | Downloads |
|---|---|
|
Reo.Core.Queue.RabbitMq
Package Description |
|
|
Reo.Core.Email
Package Description |
|
|
Mii.Rinjani.Gateway.Commons
Package Description |
|
|
H21.AspNetCore.Validation
Package Description |
|
|
WalletFramework.AspNetCore.Contracts
Api Library |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on MicroElements.Swashbuckle.FluentValidation:
| Repository | Stars |
|---|---|
|
AlphaYu/adnc
.NET微服务/分布式开发框架,同时也适用于单体架构系统的开发。
|
|
|
AntonioFalcaoJr/EventualShop
A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design
|
|
|
nhonvo/clean-architecture-net-8.0
Clean Architecture Web API Project
|
| Version | Downloads | Last Updated |
|---|---|---|
| 7.1.5-beta | 96 | 4/1/2026 |
| 7.1.4 | 11,687 | 3/29/2026 |
| 7.1.4-beta | 105 | 3/24/2026 |
| 7.1.3 | 5,943 | 3/24/2026 |
| 7.1.2 | 27,491 | 3/9/2026 |
| 7.1.1 | 695 | 3/9/2026 |
| 7.1.0 | 546 | 3/9/2026 |
| 7.1.0-beta.2 | 53 | 3/6/2026 |
| 7.1.0-beta.1 | 133 | 2/23/2026 |
| 7.0.6 | 13,931 | 3/3/2026 |
| 7.0.5 | 7,814 | 2/26/2026 |
| 7.0.4 | 27,776 | 2/17/2026 |
| 7.0.4-beta.3 | 53 | 2/14/2026 |
| 7.0.4-beta.2 | 49 | 2/14/2026 |
| 7.0.4-beta.1 | 56 | 2/14/2026 |
| 7.0.3 | 144,213 | 12/23/2025 |
| 7.0.2 | 2,724 | 12/23/2025 |
| 7.0.1 | 35,807 | 12/8/2025 |
| 7.0.0 | 5,666 | 12/7/2025 |
| 6.1.1 | 633,680 | 9/2/2025 |
$# 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
# 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
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation/blob/master/CHANGELOG.md