microsoft / XamlBehaviors

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

Initial port to WinUI3. #164

Closed azchohfi closed 4 years ago

azchohfi commented 4 years ago

Initial port to WinUI3. This is still using the alpha version.

michael-hawker commented 4 years ago

@PedroLamas @brianlagunas think it'd be possible to get a NuGet preview package built against the WinUI 3 Alpha (and later previews)? That'll help us do similar in the Windows Community Toolkit.

brianlagunas commented 4 years ago

@michael-hawker Maybe @DVaughan can help with that?

DVaughan commented 4 years ago

@michael-hawker Maybe @DVaughan can help with that?

@PedroLamas @brianlagunas think it'd be possible to get a NuGet preview package built against the WinUI 3 Alpha (and later previews)? That'll help us do similar in the Windows Community Toolkit.

If we can place the changes on a different branch, then I can temporarily modify the pipeline to generate a preview package. How does that sound?

azchohfi commented 4 years ago

That would be perfect!

DVaughan commented 4 years ago

Merging pull request despite AppVeyor failure because VS2019 is required for the build and I don't want to affect PRs on the main branch.

brianlagunas commented 4 years ago

@DVaughan want me to update AppVeyor to VS2019?

DVaughan commented 4 years ago

That would be good. Thanks Brian.

brianlagunas commented 4 years ago

@DVaughan done! All AppVeyor builds now use VS2019