Piotr

Results 26 comments of Piotr

I afraid that it is not a solution. Actually `entityType.GetType()` returns type of class implementing `IEntityType` (i.e. `Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType`) not type of entity class related to DbContext. Insert following snipped into...

At this moment I'm almost finished targetting Ef20 + Framework461. I have problem with `nuget restore` when `TargetTrameworks` in `csproj` contains `netstandard2.0` - msbuild just crash on `WriteRestoreGraphTask`.

Just finished - github repository updated - https://www.nuget.org/packages/EfCore.Shaman/1.0.17240.66 - https://www.nuget.org/packages/EfCore.Shaman.SqlServer/1.0.17240.59 I hope that I'll find a way to manage nuget restore problem soon.

As I wrote before I have problem with targetting to `netstandard2.0`. You can try to compile libraries from sources. Moreover I found big changes in EfCore2.0 and its dependences during...

Please update information: a) what exactly nuget packages version do you use b) what is current call stack of exception. c) what is target platform/framework of your project

This project is no longer being developed since it was only a hobby project. Currently, I do not have enough time to dedicate to it