Matheus Xavier

Results 4 issues of Matheus Xavier

I'm using IMediatR lib, so before Scrutor I registered my Queries like that: `services.AddTransient();` Now, with Scan I did like that and it's wooking perfectly: ```services.Scan(scan => scan.FromAssemblies(typeof(CreateClientCommand).GetTypeInfo().Assembly) .AddClasses(classes =>...

I'm using the Health Checks UI in a container with the InMemory.Storage and I'm not sure about how much memory it uses. Is it a good practice uses the InMemory.Storage...

## Doc Update Suggestion A little while ago I migrated my project to dotnet 8 and I noticed that the [Getting Started](https://ocelot.readthedocs.io/en/latest/introduction/gettingstarted.html) documentation is a little outdated, for example: -...

proposal
documentation
sample
lowest
Nov'24

This is just a simple question: Is it possible to use Code Rabbit on Azure DevOps?