FSharpClassificationService throws TaskCanceledException
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
```
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task)
Microsoft.CodeAnalysis.ExternalAccess.FSharp.Internal.Classification.FSharpClassificationService.d__4.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task)
Microsoft.CodeAnalysis.Classification.ClassificationUtilities.d__5.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task)
Microsoft.CodeAnalysis.Classification.ClassificationUtilities.d__4.MoveNext()
```
We should investigate and either fix the issue, or suppress the telemetry as noise, if it's expected.
More info in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1514772
Contributor guide
Assessment
This issue has not been assessed yet.