-
**Describe the bug**
the current package explicitly excludes versions of Fluent Validation 11.0 and above
**To Reproduce**
Steps to reproduce the behavior:
1. Reference this package
2. Attempt …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Can't connect and search data on polish private indexer
### Expected Behavior
get data from…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
In .NET 7 the [precompiled regex](https://github.com/dotnet/runtime/issue…
-
I'm using ef core in asp.net core app, enabled logging, and in my logs I can see every query my app do against db.
the problem is that for every transaction I can see in logs:
> [Debug] Beginnin…
-
### Is your feature request related to a problem? Please describe.
I'm building a heavy custom async validator that does not make sense to run if any of previouse rules failed. for example:
```
R…
-
With the [Interceptor](https://github.com/zarusz/SlimMessageBus/blob/master/docs/intro.md#interceptors) feature added recently, we could build a FluentValidaion plugin that would allow the users to ea…
-
From @vertonghenb at [Introducing Design Patterns](https://github.com/aspnet/Blazor.Docs/issues/301)
Requests for new topic
Since Server-side Blazor (a.k.a Razor Components) shifts the entire i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Indexer MIRCrew fails
### Expected Behavior
indexer MIRCrew does not fail
### Steps To Rep…
-
```
/// Validate string length is less than provided value with the
/// default error message
member _.lessThanLen (max : int) (field : string) (input : string) =
let msg field =
sprintf …
-
Trying to register `IPreProcessor` to `PreProcessors` of an `Endpoint` ends up with `NullReferenceException`.
---
How to reproduce this issue in fewer steps possible:
using FastEndpoints;
…