slipdef

Results 9 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?

Is it going to be fixed ever? We have 3-5 crashes everyday with it.

Got similar crash too on 4.0.4 version: ``` Crashed: com.mixpanel.184b1e3e037fa2dc12eaef40e06ede77.tracking) SIGABRT ABORT 0x00000001bc676bbc 0 libsystem_kernel.dylib __pthread_kill + 8 13 libswiftCore.dylib swift_getTypeByMangledNameInContext + 132 14 Mixpanel - Line 52 __swift_instantiateConcreteTypeFromMangledName +...