zzzprojects / EntityFramework-Classic

Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
https://entityframework-classic.net
Other
103 stars 27 forks source link

UseDatabaseFirst path handling #34

Closed omski closed 5 years ago

omski commented 5 years ago

The path building of the model name in UseDatabaseFirst is not platform independent and GetCurrentDirectory() is used to get the startup path which is not correct.

Please look at my changes in: https://github.com/omski/EntityFramework-Classic/commit/79ee1cf84a3b5ded0269f7fb7c7630e1a22a6280

This way the model metadata is loaded and the corresponding files are generated too.

JonathanMagnan commented 5 years ago

Hello @omski ,

Thank you for reporting,

We will look at it.

Best Regards,

Jonathan

omski commented 5 years ago

I think this issue can be closed as it is mainly solved with v7.1.5

Thanks!