Designer assemblies not loading for .NET Framework
brianlagunas opened this issue · 1 comments
brianlagunas commented
Describe the bug
When using the Behaviors NuGet package in Visual Studio, the design assemblies are not loaded for .NET Framework projects.
To Reproduce
Steps to reproduce the behavior:
- Create a new WPF Application (.NET Framework)
- Add the Behaviors NuGet
- Create an EventTrigger
- In the property grid, notice the properties are not grouped properly and there is no editor for the EventName property
Expected behavior
You should see this:
Reproduction Link
Download DesignTool-Issue.zip
@mgoertz-msft I think this is your area of expertise 😄
brianlagunas commented
The problem is that the Microsoft.Xaml.Behaviors.DesignTools.dll
is not included in the .net462/design folder.
We just need to modify the dotnet pack
to add the additional design assembly.