CommunityToolkit / Microsoft.Toolkit.Win32

ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
https://aka.ms/windowsappsdk
Other
384 stars 89 forks source link

Microsoft.Toolkit.Win32 should compile with the latest version of Visual Studio. #323

Open kmahone opened 3 years ago

kmahone commented 3 years ago

There are issues with building this repo with VS 16.10. This was partially resolved by #319, but the managed nupkgs still do not build correctly.

ChrisGuzak commented 2 years ago

@kmahone what errors are you getting? On the latest VS (16.11.2), after installing the .Net 3 SDK I'm able to build. but I do get a number of warnings.

I am having problems running the apps. I'm discussing that with MS people on internal email.

kmahone commented 2 years ago

We build successfully in the latest VS now, but in order to do that we disabled net462 build as part of #319. We should get net463 building again. I cannot remember the specific error that was being hit. @ocalvo might remember.