You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user has already installed the Blend for Visual Studio SDK for .NET and adds the Microsoft.Xaml.Behaviors.Wpf NuGet package to a project, two versions of each behavior will be available.
Use Case
When WPF Xaml behaviors are available for a project from both the Microsoft.Xaml.Behaviors.Wpf NuGet package and the Blend for Visual Studio SDK for .NET installed on a machine, the asset pane will only show the version of behaviors from the NuGet package.
The behaviors from the NuGet package have different namespaces from behaviors in the Blend for Visual Studio SDK for .NET. Any existing references to the behaviors from the Blend for Visual Studio SDK for .NET will still work and use the old behaviors. Updating to the behaviors from the NuGet package will be as simple as updating the namespace in most cases.
Detailed Repro Steps so we can see the problem
Install the Blend for Visual Studio SDK for .NET component.
Open or create a WPF project.
Add the Microsoft.Xaml.Behaviors.Wpf NuGet package.
Open a XAML page and observe the Behaviors tab of the Assets pane.
The text was updated successfully, but these errors were encountered:
I have the opposite problem, none of the assets are shown once the steps are reproduced.
EDIT: So it seems to work for an ordinary .NET WPF App project created via Visual Studio. It does not work for a Prism project created using their project template.
I'm closing this because this would be more of a tooling issue than anything we can do in this repo. Also, it doesn't seem to be an issue that is impacting anyone on a scale that causes concern.
Details about Problem
If a user has already installed the Blend for Visual Studio SDK for .NET and adds the Microsoft.Xaml.Behaviors.Wpf NuGet package to a project, two versions of each behavior will be available.
Use Case
When WPF Xaml behaviors are available for a project from both the Microsoft.Xaml.Behaviors.Wpf NuGet package and the Blend for Visual Studio SDK for .NET installed on a machine, the asset pane will only show the version of behaviors from the NuGet package.
The behaviors from the NuGet package have different namespaces from behaviors in the Blend for Visual Studio SDK for .NET. Any existing references to the behaviors from the Blend for Visual Studio SDK for .NET will still work and use the old behaviors. Updating to the behaviors from the NuGet package will be as simple as updating the namespace in most cases.
Detailed Repro Steps so we can see the problem
The text was updated successfully, but these errors were encountered: