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

Not Recognizing UWP as Supported Output Type #438

Open
keithnicholson opened this issue Apr 29, 2022 · 0 comments
Open

Not Recognizing UWP as Supported Output Type #438

keithnicholson opened this issue Apr 29, 2022 · 0 comments

Comments

@keithnicholson
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant