-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementNew feature or requestNew feature or request
Description
Background
Labs targets both WinUI 2 and WinUI 3. Since this means 2 different namespaces everywhere for fairly common things, we have several "GlobalUsing" .cs files in the common folder.
Problem
Since these are C# files, they must show in the solution explorer for them to take effect. This adds clutter for the user.
Solution
We can move global usings to MSBuild props files instead. See https://blog.jetbrains.com/dotnet/2021/11/18/global-usings-in-csharp-10/
Metadata
Metadata
Assignees
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementNew feature or requestNew feature or request
Type
Projects
Status
No status
Status
🔖 Ready