daveaglick / LINQPad.CodeAnalysis

.NET Compiler Platform helpers and utilities for LINQPad - most of the functionality in this library has now been integrated into LINQPad directly
MIT License
43 stars 6 forks source link

Add diagnostics list #10

Open daveaglick opened 9 years ago

daveaglick commented 9 years ago

Show a list of all diagnostics after a semantic model has been generated. Perhaps use background color or an icon to indicate severity. Should probably be done as a custom dump control from the syntax tree Diagnostics button.