The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
CyrusNajmabadi on main
Do not suggest replacing lambda… Merge pull request #66699 from … (compare)
jaredpar on main
Enable MSBuild COMM log (#66708… (compare)
var btnYes = ControlFactory.Create<Button>(); //the method has know that the assigment expr is 'btnYes' so give it to the Name porperty
Foo(ControlFactory.Create<Button>())
Dictionary<(string filePath, int lineNumber), string>