-
Notifications
You must be signed in to change notification settings - Fork 60
EFModel Error in VS 2019 #61
Comments
We're not quite VS2019-ready. That should be in a day or so, assuming I can get the time to work through the changes and test it properly. Stay tuned! |
ok thank you, I will wait |
1.2.7 pre-release is in the releases. Could you take a peek and see if this resolves your issue? Thanks! |
with the Modeling SDK installed, I don't have this issue, but have the same issue like here (#66 ) |
Yes, that is a known problem. You don't need to have the Modeling SDK installed to use the extension, but there is a known issue with the version 16 Modeling SDK libraries (that load in the same appdomain as Visual Studio 2019) where projects using the new project format throw exceptions. I'm trying to figure out how to work around this but, if I can't, it'll be up to Microsoft to produce the fix. DSLs are now effectively broken when using the new project format -- which is effectively all .NET Core and .NET Standard projects. |
Fixed and released in 1.2.7.1 (except for the new project format problems, but that's really a separate issue). Closing this issue. |
Hi,
I'm trying to use your extension with Visual Studio 2019 (Enterprise release).
But, in my .NetStandard Library, when I add a item 'EFDesigner' to my library, when I double-click on my EFModel1.efmodel file, I have this error.
I d'ont know why I have this error, can you please help me ?
Another questions, what is the minimum requirement to use it inside VS ?
I have installed those below
Am I missing something ?
Thank you
The text was updated successfully, but these errors were encountered: