dotnet / roslyn-sdk

Roslyn-SDK templates and Syntax Visualizer
MIT License
498 stars 254 forks source link

Hang using `AnayzerTest` #1119

Closed MarcoRossignoli closed 9 months ago

MarcoRossignoli commented 9 months ago

I got an hang using the AnayzerTest type.

image

The holding thread was stuck here

image

I wonder if a .Result is enough here.

cc: @sharwell @Evangelink

sharwell commented 9 months ago

I'd need to see a heap dump to review this. This is very old code and I haven't heard any other reports of it occurring.