ladeak

Results 90 comments of ladeak

Sure, let me come back to this on Monday.

1. `DbFunctionCommandTree` requires a non-null `MetadataWorkspace` argument 2. `DbContext.ChangeTracker.DetectChanges()` requires `Database.SetConfiguration()` to be invoked upfront. Note, that the same changes are not required when using `ErikEJ.EntityFramework.SqlServer` package, but only when...

`DbFunctionCommandTree` is straightforward, it throws in the base ctor (`DbCommandTree`). `ChangeTracker.DetectChanges()` goes as - InternalContext.DetectChanges - LazyInternalContext.DetectChanges - InternalContext.Initialize - LazyInternalContext.InitializeContext - RetryLazy...GetValue - LazyInternalContext.CreateModel - DbModelBuilder.Build - Provider Connection.GetProviderInfo

When I build the main branch of EF6 locally with Microsoft Entityframework.SqlClient enabled and use it as a package, then some of my unit tests are breaking at test execution...

I am afraid I cannot share the code directly.

The first case is relatively simple in a unit test: ```csharp new DbFunctionCommandTree(null, ... ); ``` the second case is a bit trickier to describe: we create custom `DbContext` and...

@lahma what is the reason for having the upper restrictions here? https://github.com/haf/DotNetZip.Semverd/blob/e487179b33a9a0f2631eed5fb04d2c952ea5377a/paket.lock#L13

> Any update on this? I believe this is up for the community as the project is looking for a maintainer based on the Readme.

I have been using the build from my fork for a while now. It is not published to nuget, but you can download the package from github package repository: https://github.com/ladeak/LifxNet/packages/1063087

Yes, they are even same frequency band. Although I notice 2 has name `LIFX-Mini-xxxxx` and two has the name `LIFX-Color-xxxxx`. I wonder if that is the reason. I had a...