Michael Trullas Garcia

Results 4 issues of Michael Trullas Garcia

When creating the AppDbContext and inheriting from DbContext, you can pass the default options to DbContext using DI like this: ``` internal class AppDbContext : DbContext { public AppDbContext(DbContextOptions options)...

type-bug
customer-reported
area-logging

When adding a DbContext using AddDbContext with some options, you want those options to be applied in that context. There is a checker method in the AddDbContext extension method that...

closed-no-further-action
customer-reported

Hi. When trying to migrate some existing endpoints to minimal apis, I discovered that is not as easy as in controllers to change the behaviour of a binding error (and...

Needs: Attention :wave:
area-minimal

Hi. In the example of the readme file, a logger is created each time per test. When testing ASP.NET Core Apis using the WebApplicationFactory, you probably have a collection fixture...