-
I don't see the use of "AspNetCore" name included in the Nuget package id as well as the GitHub project name. This project does not depend on AspNetCore at all and in my opinion never will. I feel ins…
folbo updated
2 months ago
-
I would like to manually sanitize and then validate the model.
With AddFluentValidationAutoValidation, validation occurs before it hits the Controller.
Can I use AddFluentValidationRulesToSwagge…
-
### Describe the bug
We receive this error when publishing WDP using webdeploy.exe when the WDP comes from a DevDrive.
> The synchronization is being stopped because the maximum number of sync pa…
-
There are many requests to support other hosts (AzureFunctions) or other generators (NSwag).
Package should be splitted to several parts.
Supposed parts:
- Common logic
- Swachbuckle generator…
-
## Steps to Reproduce
run this code:
```csharp
m_client = new MongoClient(Config.sMongoConnection);
m_database = m_client.GetDatabase(Config.sAppName);
var pingTask = m_database.RunCommandA…
-
Aloha!
There appears to be a good amount of overlap between FluentValidation's ValidationFailure and this project's ValidationError class. One slight difference is the ValidationFailure class has a…
-
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…
-
### Bug type
Component, Other
### Component name
EditForm
### What happened?
Hello,
the FluentValidation does not work if used to validate fields of an EditForm. Error messages are not…
AFAde updated
6 months ago
-
https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation/blob/master/README.md#workaround-1-use-httpcontextserviceprovidervalidatorfactory-by-warpspider states the preferred workar…
-
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…