環境:
Visual Studio for Mac Community 8.1.3
.NET Core 2.2
ASP.NET MVC
突然以下のようなエラーになり、手詰まりになる。どこが悪いのかも教えてくれない。
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.design/2.2.0/build/netstandard2.0/Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets(5,5): Error: rzc generate exited with code 2.
Razor View内でコメントを書いただけで上のエラーになる。
これは問題なし(No Problem)
@* a *@
更に二重にコメントアウト。これが気に入らないらしい。(Error!)
@*@* a *@*@
こちらで議論されているが解決に至っていない様子。SDKを再インストールだの・・・。
https://developercommunity.visualstudio.com/content/problem/403142/rzc-generate-exited-with-code-2.html
ちなみに、Windows版 Visual Studioはわかりやすいエラーになり、問題なし。
A space or line break was encountered after the "@" character. Only valid identifiers, keywords, comments, "(" and "{" are valid at the start of a code block and they must occur immediately following "@" with no space in between.