REGRESSION INFO: Works well for C# Jan release 2.120.3
INSTALL STEPS
- OS: window x64
- Install SDK 10.0.201
- Install VS Code insiders - 1.113.0
- Install March prerelease (03/18)C# 2.131.79
REPRO STEPS
- Use below code to create razor project
dotnet new razor --use-program-main -o razor333
- Use vs code to open this project and open Layout.cshtml file, type code “@addTagHelper *,Microsoft.AspNetCore.Mvc.TagsHelpers” in first line
ACTUAL There is a yellow wavy line below the first line of code, message "@addTagHelper directive is unnecessary." show up in Problems
EXPECTED There is no a yellow wavy line below the first line of code, no message show up in Problems tab.

REGRESSION INFO: Works well for C# Jan release 2.120.3
INSTALL STEPS
REPRO STEPS
dotnet new razor --use-program-main -o razor333ACTUAL There is a yellow wavy line below the first line of code, message "@addTagHelper directive is unnecessary." show up in Problems
EXPECTED There is no a yellow wavy line below the first line of code, no message show up in Problems tab.