REGRESSION INFO: Works well in public Pre-release C# 2.87.26
INSTALL STEPS
- Repro OS: Ubuntu 24.04 ARM64
- Install latest VSCode (latest released version 1.102.3)
- Install SDK 10.0 Preview 6
- Install C# main version: 2.88.28
REPRO STEPS
- Create a razor project:
dotnet new razor -o razor01
- Open this project with VS Code and open Pages/_ViewImports.cshtml file, type the following code.
@inject DateTime Foo
- Open Pages/Index.cshtml file, type
@fo
NOTE:
- This issue also repro on Mac platform.
- This issue not repro on Windows platform.
- This issue not repro on mvc project.
ACTUAL
Request completionItem/resolve failed.
Message: End: (5,3) matches or exceeds SourceText boundary 107.
Code: -32000

EXPECTED
There should be no errors.