Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.

Not Recognizing UWP as Supported Output Type #438

@keithnicholson

Description

@keithnicholson

I'm walking through the main branch with a UWP C# project.

My project fails out during the MSBuildConversionWorkspace.IsSupportedProjectType Method.

The call to GetProjectStyle method does not return a valid ProjectStyle like WindowsDesktop, rather it returns Default. Then it does not fine a match for the ProjectOutputType to be true for any of the following:

type switch { ProjectOutputType.Exe => true, ProjectOutputType.Library => true, ProjectOutputType.WinExe => true, _ => false };

Not quite sure where it fails.

Peace,
Keith Nicholson

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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