Skip to content

Support for Uno platform (WinUI3) #33

Description

@jp-weber

I would be very happy if the extension would also work for a project based on uno platform. this would then also support WinUI3 through the namespace.

In order to keep this compatible with UWP, we could set a condition (C#):

using System;
using Windows.ApplicationModel.Resources;
#if WINDOWS_UWP
using Windows.UI.Xaml.Markup;
using Windows.UI.Xaml.Data;
#else
using Microsoft.UI.Xaml.Markup;
using Microsoft.UI.Xaml.Data;
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions