Since updating to Visual Studio 2019 version 16.11.0 (today), compilation of Razor MVC views is failing on multiple cshtml files in multiple projects:
error CS1576: The line number specified for #line directive is missing or invalid
I've tried to set fixed version of .NET Core SDK in global.json file, which was placed in a root folder of MVC Web project, as described here, but that did not help as well.

