-
I've chosen NSwag over Swashbuckle for my api because I really like how well the NSwag Studio is able to hit the swagger endpoint and simply create a C# client or a TypeScript client for my api. I've…
-
Hi, I'm currently moving an API from FluentValidation 10 to 11, removing automatic validation and doing manual validation via an IAsyncActionFilter. This is because there is quite a lot of async valid…
-
-
https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation/blob/master/README.md#workaround-1-use-httpcontextserviceprovidervalidatorfactory-by-warpspider states the preferred workar…
-
### FluentValidation version
11.1.0
### MicroElements.Swashbuckle.FluentValidation Version
5.6.0
but also happens with 6.0.0-beta.1
### ASP.NET version
.NET 6
### Summary
I am using `s…
ghost updated
2 years ago
-
Hello, I have a asp.net core 5 api using Mapster and Mapster.Tool, that's the csproj where mapster is referenced
**Domain.csproj**
```xml
net5.0
…
-
### Bug type
Component
### Component name
mudform
### What happened?
I have a form for a person class and addresses list
and validation works only for 'main model class'
and it does…
-
I found #388, which seems related.
I'm using Aspire preview 3 and targeting .net 8.
I get this error at startup:
```
System.InvalidOperationException
HResult=0x80131509
Message=This s…
-
-
### Description
传统控制器可以类似这样写:
.ConfigureApiBehaviorOptions(o =>
{
o.InvalidModelStateResponseFactory = (context) =>
{
var error = context.ModelState.Keys
…