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 analyzer action for reporting diagnostics in additional files #45076

Merged
16 commits merged into from
Jul 15, 2020

Commits on Jun 22, 2020

  1. Add analyzer action for reporting diagnostics in additional files

    Addresses dotnet#44131
    The added analyzer APIs are similar to the existing APIs for syntax tree callback. This commit adds the compiler APIs + tests
    
    Future enhancement: Add analyzer action for reporting diagnostics in analyzer config files
    mavasani committed Jun 22, 2020
    1 Configuration menu
    Copy the full SHA
    450cf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d197f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc7a4a View commit details
    Browse the repository at this point in the history
  4. Rename AnalysisResult.NonSourceFileDiagnostics to `AnalysisResult.A…

    …dditionalFileDiagnostics`
    mavasani committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    6bc9119 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    5d6eb1a View commit details
    Browse the repository at this point in the history
  2. Fix test

    mavasani committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    62a6c4f View commit details
    Browse the repository at this point in the history
  3. Rename field

    mavasani committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    85f2ac0 View commit details
    Browse the repository at this point in the history
  4. Fix VB test

    mavasani committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b73bd2f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    8fa5246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    909964b View commit details
    Browse the repository at this point in the history
  3. Address feedback

    mavasani committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    3e8535e View commit details
    Browse the repository at this point in the history
  4. Use PathUtilities.Comparer

    mavasani committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    d38a3b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Address feedback

    mavasani committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    f561d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Address feedback

    mavasani committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    34babaa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    3205770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5273fc View commit details
    Browse the repository at this point in the history