Michael Sawczyn

Results 29 comments of 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" ![image](https://user-images.githubusercontent.com/1778442/120483709-5e48ed80-c380-11eb-8c9a-34583f822840.png) 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...

Visual representation should be a UML association class, similar to ![image](https://user-images.githubusercontent.com/1778442/106275009-2e87ae80-6203-11eb-8d75-9fbbdd94ddf4.png) Note that this kind of visual isn't currently supported by the Modeling SDK, so we'll have to come up...