issues
search
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
19.09k
stars
4.04k
forks
source link
Pending test work items for Disconnected baselining feature work
#5354
Open
mavasani
opened
9 years ago
mavasani
commented
9 years ago
In priority order:
Modify the existing VSI ErrorList tests to verify:
New Suppression State column and filter
Suppressed items show up in error list
New context menu items in the error list for bulk add/remove suppressions
Add C#/VB EditorFeatures unit tests for
Suppressed diagnostics show up based on flag "includeSuppressedDiagnostics" for IDE DiagnoscticAnalyzer service APIs
Suppress multiple/specific diagnostics scenario
Port the added C# FixAll tests for Suppression fixes to VB.
mavasani
commented
9 years ago
Moving to 1.2 - test work item.
In priority order: