Update route analyzer to use FilterSpan when it's available
Open
analyzer
area-minimal
area-mvc
blocked
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
Recent Roslyn change has made `FilterSpan` public. This API can be used to improve analysis performance when doing `SemanticModelAnalysisContext` analysis.
We can't use it until Roslyn is updated (probably during .NET 9).
See https://github.com/dotnet/aspnetcore/pull/48105 for more information.
Contributor guide
Assessment
This issue has not been assessed yet.