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.88k stars 4.01k forks source link

Include Runtime information in S_COMPILE3 #73183

Open veronicasalgado opened 4 months ago

veronicasalgado commented 4 months ago

Add runtime information to the "compiler" column in the BinSkim data to be able to map the compiler version to the .NET version. This would allow us to monitor the compliance of the compilers being used to build products with C#.

veronicasalgado commented 4 months ago

@jaredpar this is the item for reference :)