-
```
System.MissingMethodException: Method not found: 'HotChocolate.NameString HotChocolate.Types.Descriptors.Definitions.DefinitionBase.get_Name()'.
at void FairyBread.ValidationMiddlewareI…
repne updated
2 years ago
-
**Which version of Duende BFF are you using?**
6.2.1
**Which version of .NET are you using?**
.NET 7
**Describe the bug / Log output/exception with stacktrace**
We were advised to create sepe…
-
Is it at all possible to specify validators rather than using reflection to scan assemblies? Doesn't appear to be. Reflection is causing other referenced assemblies to be loaded in to the app domain t…
-
**Query/Question**
I am getting following error while app pool is recycled:
An error occurred creating the configuration section handler for connectionStrings: Error in Configuration Builder 'AzureK…
-
**Is your feature request related to a problem? Please describe.**
VS2019 C# build and every time create folders in release folder.
fa,de,ar,fr,...
**Describe the solution you'd like**
no create…
-
### FluentValidation version
11.1.2
### ASP.NET version
.NET 6
### Summary
Non-nullable string with a `.NotEmpty` validation rule will return two errors. One for the `field is required`…
-
Why is the library unable to inject nested validators and we have to resort to explicitly instantiating them ?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
GazelleGames returns errors when validating indexer or searching for content.
When r…
-
Goal:
A handler for the class "LoggingBehavior" should be run as a posthandler in every time when you have executed any query or command handler.
In order words, always run the class LoggingBehavi…
-
**Describe the bug**
I need to update fluentvalidation.AspNetCore to V 11.1.2 but blazored.Fluentvalidation requires V < 11.0.0
```
NU1107: Version conflict detected for FluentValidation. Install…