AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

init script install of .NET Core SDK isn't sufficient to load projects in VS #19

Closed AArnott closed 5 years ago

AArnott commented 5 years ago

While the init script will install the required .NET Core SDK under the user directory and that's enough for a cmdline build, apparently that's not enough for VS to be able to open the projects.

We should give the init script the option to install the .NET SDK at the machine-wide location so VS is happy.

AArnott commented 5 years ago

Fixed by a7959d73f580b59b62b49b5fb526e1d4d0bc0115