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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Switch roslyn build to build with .slnf file to exclude projects with <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">. This enables roslyn to be built with a bootstrapped source-built SDK.
Potential alternative: create a stub Microsoft.NET.Sdk.WindowsDesktop and use the SourceBuiltSdkResolver to redirect the projects to it. This could be lower-maintenance than a solution filter.
Switch roslyn build to build with
.slnf
file to exclude projects with<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
. This enables roslyn to be built with a bootstrapped source-built SDK.Related to dotnet/roslyn#57342