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
If you open a web project in Visual Studio (tried with VS 2017 15.8.9) without restored nuget packages the roslyn folder isn't copied after build. It seems that RoslynToolPath property defined in Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props is not re-evaluated on each build.
STR:
Open following "empty" solution with one web project. Solution1.zip
Restore nuget packages
Rebuild solution
Roslyn folder is not available in bin folder
Workaround:
Reopen Visual Studio or reload web project and try it again...
mberdyshev, Suchiman, MichalTecl, efrost123, CoolDadTx and 5 more