Skip to content

Move global usings to props files #15

@Arlodotexe

Description

@Arlodotexe

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

No one assigned

    Labels

    dev loop ➰For issues that impact the core dev-loop of building experimentsenhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Status

    🔖 Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions