Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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

Copy link
Copy link

Description

@keithnicholson
Issue body actions

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

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.