dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.73k stars 3.99k forks source link

Dynamic analysis for switch expressions. #43544

Open gafter opened 4 years ago

gafter commented 4 years ago

Now that an API has been added internally in the compiler to support instrumentation on each expression of a switch expression (https://github.com/dotnet/roslyn/pull/43430), we should consider adding dynamic instrumentation in those contexts.

jinujoseph commented 4 years ago

cc @tmat