WinUICommunity / WinUICommunity-Templates

WinUICommunity Project Template, help you quickly create a new WinUI 3 App with WinUICommunity and MVVM Packages. We prepare your project with the following features: NavigationView, Custom TitleBar, HomeLandingPage, Unit Test and Settings Page (with Theme settings).
MIT License
44 stars 0 forks source link

Would it be possible to add a Winui compatable library or test project? #5

Closed AlexanderBlackman closed 7 months ago

AlexanderBlackman commented 7 months ago

WASDK 1.5 has allowed new Winui compatible test projects. Could you add an option to create one in your wizard? The SDK isn't out for Visual Studio yet.

ghost1372 commented 7 months ago

WASDK 1.5 has allowed new Winui compatible test projects. Could you add an option to create one in your wizard? The SDK isn't out for Visual Studio yet.

Good suggestion tnx

ghost1372 commented 7 months ago

@AlexanderBlackman i added UnitTest Project Template, you can now Update VSIX and use UnitTest Project Template. https://github.com/WinUICommunity/WinUICommunity-Templates/releases/tag/v7.2.0 image

image

AlexanderBlackman commented 7 months ago

Great I can confirm it works, with a fresh solution, but only works with an existing non-generated solution if I disable editorconfig generation.

Thank you for making this

ghost1372 commented 7 months ago

Great I can confirm it works, with a fresh solution, but only works with an existing non-generated solution if I disable editorconfig generation.

Thank you for making this

A video/Gif can be useful if there is any issues. So i can fix it.

AlexanderBlackman commented 7 months ago

It was just a silly mistake on my part, I tried to add it to an existing solution.