Dan Soltesz

Results 5 issues of Dan Soltesz

Validator "CreateUserRequestValidator" can't be used with ASP.NET automatic validation as it contains asynchronous rules. ASP.NET's validation pipeline is not asynchronous and can't invoke asynchronous rules. Remove the asynchronous rules in...

If admin with user create or update permission and their email isn't confirmed, add ability to retrigger the sending of the confirmation email

If you're an admin with the create or update users permission, you should be able to set a users password.

Introduce IncludeTypesForGeneration in CompilationAnalyzer to filter request types based on marker interfaces, aiding modular monolith architectures. Add a private field to store marker interfaces and update methods to apply filtering...