New ASP.NET 8 Route tooling is not working (colorization and completion)
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
C# Extension Version: v2.0.46-beta.ge1f04155cf
C# Dev Kit Extension Version: v0.0.591-alpha
Steps to reproduce:
1. Install .NET 8 SDK
2. Open the attached solution (or create a new one but this has the use case)
3. Open program.cs and navigate to line 24 and edit code after "/books" and start typing:
{bookId}
EXPECT:
New completion intellisense on the route.
VS:

4. Complete the line of code as "/books/{bookId:int?}/{newParameter}"
EXPECT: new colorization for route parameters
Screenshot from VS:

VSCode (note: tried multiple themes):

Feature: https://devblogs.microsoft.com/dotnet/aspnet-core-route-tooling-dotnet-8/
Contributor guide
Assessment
This issue has not been assessed yet.