Michael Sawczyn
Michael Sawczyn
Sounds like the `AutoProperty default` property of the designer surface changed. Check to see if it's set to `false` - that will get you the getters and setters once you...
You should be able to set the pattern for shadow properties created for foreign key values. It's a property of the designer surface, labeled "Shadow Key Name Pattern"  Choices...
Your best bet would be to add the code generation template to your project and edit it to emit the code you're after. This particular bit is emitted from EFCoreModelGenerator.ttinclude...
There shouldn't be a dependency on DslTools being installed. I'll investigate.
The error shown in the ActivityLog occurred when the extension tried to load the MEF assemblies, which support the context menus (among other features). All that's included in `Microsoft.VisualStudio.Modeling.Sdk.Shell.15.0.dll`, which...
Ты гений! Based on the information you supplied, I was able to reproduce the issue and have baked `Microsoft.VisualStudio.Modeling.Components.15.0.dll` into the package, which appears to resolve it. Can you give...
Thanks for the testing. I'll dig some more.
Looks neat! Feel free to put that into a PR.
Closed due to inactivity
Visual representation should be a UML association class, similar to  Note that this kind of visual isn't currently supported by the Modeling SDK, so we'll have to come up...