BreezeJs and Entity Framework Core
Entity Framework Core has updated functionality I would like to use but as far as I can tell there is no way to retrieve the metadata BreezeJs requires on the front end. EF6 has this ability but I can't find a way to do it with Core. Using an EFContextProvider with a Core DbContext throws a conversion error. Is this due to Core or functionality missing from BreezeJs?
32
votes

See the Breeze.Persistence nuget packages
-
Tahar commented
Hello,
Any updates on this please?