try-convert icon indicating copy to clipboard operation
try-convert copied to clipboard

Not Recognizing UWP as Supported Output Type

Open keithnicholson opened this issue 2 years ago • 0 comments

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

keithnicholson avatar Apr 29 '22 06:04 keithnicholson