Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package for the XAML Behaviors to be sourced from Nuget #26

Open
jamespfluger opened this issue Apr 24, 2020 · 0 comments
Open

Comments

@jamespfluger
Copy link
Contributor

Turns out that the XAML behavior package, previously included in the Blend SDK, is now deprecated. Luckily Microsoft was kind enough to make it open source and install it via NuGet.

As linked above, the migration steps are:

To save you a click, this is the main steps to migrate:

  1. Remove reference to “Microsoft.Expression.Interactions” and “System.Windows.Interactivity”
  2. Install the Microsoft.Xaml.Behaviors.Wpf NuGet package.
  3. XAML files – replace the xmlns namespaces http://schemas.microsoft.com/expression/2010/interactivity and http://schemas.microsoft.com/expression/2010/interactions with http://schemas.microsoft.com/xaml/behaviors
  4. C# files – replace the usings in c# files “Microsoft.Xaml.Interactivity” and “Microsoft.Xaml.Interactions” with “Microsoft.Xaml.Behaviors”
jamespfluger added a commit to jamespfluger/eXeMeL that referenced this issue Apr 26, 2020
- Added XAML Behaviors package to use Nuget source
- Updated previous namespaces to match new source
- Updated namespace prefixes to match new source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant