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.96k stars 4.02k 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:

  1. Modify the existing VSI ErrorList tests to verify:
    1. New Suppression State column and filter
    2. Suppressed items show up in error list
    3. New context menu items in the error list for bulk add/remove suppressions
  2. Add C#/VB EditorFeatures unit tests for
    1. Suppressed diagnostics show up based on flag "includeSuppressedDiagnostics" for IDE DiagnoscticAnalyzer service APIs
    2. Suppress multiple/specific diagnostics scenario
  3. Port the added C# FixAll tests for Suppression fixes to VB.
mavasani commented 8 years ago

Moving to 1.2 - test work item.