Closed as not planned
Closed as not planned
Description
Describe the bug
@angelazhangmsft updated the templates for the WinAppSDK samples in this PR. These types of changes should be made to the templates that generate the WinAppSdk Apps.
Steps to reproduce the bug
- in VS create a new WinAppSdk C++ app using the templates
- inspect the code
Expected behavior
expected: the code follows best practices, for example using
namespace winrt
{
using namespace Microsoft::UI::Xaml;
}
instead of
using namespace winrt;
using namespace Microsoft::UI::Xaml;
Screenshots
No response
NuGet package version
No response
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response