My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Enable .NET Core SDK preview in Visual Studio 2019

Patrik Švikruha's photo
Patrik Švikruha
·Jul 24, 2019

Today I must repair my instance of Visual Studio. After open solution with my project I obtained this dialog:

enable-.net-core-dialog.png Ok, just stupid checkbox in VS "Use preview version of .NET Core SDK"... Open options, type .net... and checkbox isn't there 😨

dotnet-options.png

And no, I don't have VS preview where is this feature enabled by default! After google some I found that this checkbox was moved to new location "Enviroment | Preview Features" 🤦‍.

enable-dotnet-coresdk-preview-location.png

I hate search in Visual Studio options. I would like if it will be like in VSCode, here is GUI and here is config.json if you like it.