Norbert Haberl
                                            Norbert Haberl
                                        
                                    Would love to see some examples how to use in web apps. Also some performance comparisons would be great with concurrent dictionary... Awesome
Hello, I am workong on asp.net 6 with Simple Injector as DI container which works perfectly but when trying to use AutoValidation nothing is fired. `services.AddFluentValidationAutoValidation(configuration => { configuration.OverrideDefaultResultFactoryWith(); });...
Hi, I am using [Simpleinjector ](https://simpleinjector.org) (to name just 1) as the prefered DI container within my applications. As I can see Carter is heavily hard-wired to MS DI -...