Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/improve descriptions #6899

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2023

  1. Add description for RS1025

    Add a description for RS1025, "Configure generated code analysis", based on the documentation for `AnalysisContext.ConfigureGeneratedCodeAnalysis`. The goal is to use the description to explain _what_ the analyzer developer should do and _why_.
    tmeschter committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7cceda3 View commit details
    Browse the repository at this point in the history
  2. Add description for RS1026

    Add a description for RS1026, "Enable concurrent execution", based on the documentation for `AnalysisContext.EnableConcurrentExecution`. The goal is to use the description to explain _what_ the analyzer developer should do and _why_.
    tmeschter committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4369ffb View commit details
    Browse the repository at this point in the history
  3. Fix up resource value

    The method referred to in the resource is on the `AnalysisContext` class, not `AnalyzerContext`.
    tmeschter committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2f5c019 View commit details
    Browse the repository at this point in the history
  4. Make a description more informative

    Update the description for RS1036 to explain what turning on `EnforceExtendedAnalyzerRules` will actually do.
    tmeschter committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3eff96c View commit details
    Browse the repository at this point in the history