Arthur Vickers

Results 1127 comments of Arthur Vickers

@clement911 The team has no control over this. We can only release when management says we can.

@clement911 We have to hand off the bits for the release around a month before the release goes out. Again, we have no control over this.

Btw, this is why we direct people to use the daily builds. It's the _only way_ to get the latest bug fixes.

@clement911 Thanks for the tip. We are always adding to our tests, but the scope is large. We do run over 120,000 tests, the majority of which are functional tests...

@m-gug `dotnet-ef` is a thin shim. There is no functional difference between 8.0.0, 8.0.1, and 8.0.2. Once problem is fixed in 8.0.3 and so won't require using a specific version...

This issue is lacking enough information for us to be able to fully understand what is happening. Please attach a small, runnable project or post a small, runnable code listing...

@apra-spa In the case where the navigations are null, this is because the entity instance is not a proxy instance, and hence lazy-loading is not available. You could create the...

@voroninp > But I could not find where DynamicModelCacheKeyFactoryDesignTimeSupport is registered. At the bottom of the docs page it says, "Finally, register your new IModelCacheKeyFactory in your context's OnConfiguring:" and...

@voroninp Those are two different implementations of the same thing. If you need design-time support, then register a factory with design-time support. If you don't, then don't.