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

New rule - ReviewUnusedParameter #1382

Merged
merged 14 commits into from
Jan 15, 2020
Merged

New rule - ReviewUnusedParameter #1382

merged 14 commits into from
Jan 15, 2020

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    929ae14 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    0b5cba3 View commit details
    Browse the repository at this point in the history
  2. Fix test failures in AvoidAssignmentToAutomaticVariable by excluding …

    …the new rule as the parameter is not used in those tests
    bergmeister committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d6b38f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa4f41 View commit details
    Browse the repository at this point in the history
  4. make linq query stop earlier for better performance, avoid redundant …

    …ToList() and minor style tweaks (Linq variable naming and trailing whitespace trim)
    bergmeister committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    f360fdc View commit details
    Browse the repository at this point in the history
  5. format test file

    bergmeister committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    cdbce04 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Style fixes for PR #1382

    mattmcnabb committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    938a283 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. fix merge conflict

    mattmcnabb committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    79c24c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Fix merge error by re-adding original change

    Christoph Bergmeister committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    67b4846 View commit details
    Browse the repository at this point in the history
  2. whitespace tidy

    Christoph Bergmeister committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    34379ab View commit details
    Browse the repository at this point in the history
  3. Use OrderBy to get a dictionary of the variable Count for better perf…

    …ormance
    Christoph Bergmeister committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    e8d56c1 View commit details
    Browse the repository at this point in the history
  4. case insensitive dictionary and add test case

    Christoph Bergmeister committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9f61f2e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. re-trigger ci

    Christoph Bergmeister committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    00d882d View commit details
    Browse the repository at this point in the history
  2. case insensitive grouping

    Christoph Bergmeister committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    8c06a41 View commit details
    Browse the repository at this point in the history