You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
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:
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
The text was updated successfully, but these errors were encountered: