microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

Unable to load System.Runtime.InteropServices.WindowsRuntime when using behavior in WinUI3 desktop #201

Closed huoyaoyuan closed 3 years ago

huoyaoyuan commented 3 years ago

Versions: Visual Studio 16.7.3 .NET 5 Preview 7 WinUI3 Preview 2 Microsoft.Toolkit.Uwp.UI 8.0.0-preview2, transitively brings Microsoft.Xaml.Behaviors.WinUI.Managed 2.0.3-rc2

Throws when trying to use a behavior on Grid.

azchohfi commented 3 years ago

WinUI3 Preview 2 requires .NET 5 Preview 5.preview 7 will not work.

huoyaoyuan commented 3 years ago

I can get most features work on Preview 7. Preview 8 is the version that cannot work at all. I know there's still breaking changes happening. Let's keep this issue open until a new preview resolves this breaking change?

huoyaoyuan commented 3 years ago

No longer present with WinUI3 Preview 3.