dotnet/roslyn

Building Roslyn docs mentions VS option that doesn't exist

Open

#61,145 opened on May 5, 2022

 (9 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-InfrastructureContributor Painhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

The docs for building Roslyn: https://github.com/dotnet/roslyn/blob/main/docs/contributing/Building%2C%20Debugging%2C%20and%20Testing%20on%20Windows.md

includes this point: - Ensure "Use previews of the .NET Core SDK" is checked in Tools -> Options -> Environment -> Preview Features

In my Visual Studio (Professional,17.2.0 Preview 6.0), there's no such option in Preview Features, although I can build Roslyn regardless. Is it possible this option was removed in a recent VS version and the docs should be updated?

I noticed that this option does show up in VS search though: image but when I click it and it opens the dialog, there's no such option listed in there.

Contributor guide