slipdef

Results 7 comments of slipdef

Nope, migrating to a new major version is not something that we could do now.

Any progress on that? It blocks us to use Koin to resolve iOS dependencies.

I indeed don't need an owned entity being tracked without owner. So I would be totally fine if AsNoTracking() is added by default in such cases.

I didn't need to write that code before EF Core 3: ``` DbSet.AsNoTracking().Select(x => new A { OwnedEntity = x.OwnedEntity }); ``` I just did ``` DbSet.Select(x => new A...

This is so much a basic thing to be able to handle ASP.NET Core main CSS bundle. MS recommends WebOptimizer as a way to go and it doesn't hadle ASP.NET...

Really need this feature too. Adding onClose callbacks manually is not sweet.

So I'm not clear does the plugin support 1.9?