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

Detection of PLINQ nops analyzer #4126

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

Commits on Sep 3, 2020

  1. Initial commit

    Schilli, Niklas committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2cec04e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    14be941 View commit details
    Browse the repository at this point in the history
  2. Git mistake

    Schilli, Niklas committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2be0e72 View commit details
    Browse the repository at this point in the history
  3. Git mistake

    Schilli, Niklas committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e94d6e3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/DetectPLINQNops' of https://github.com/Mrnikbob…

    …jeff/roslyn-analyzers into feature/DetectPLINQNops
    Schilli, Niklas committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    07cc042 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Preemptively adapt formatting thanks to feedback in other branch. Als…

    …o replaced text based comparison to symbol based
    Schilli, Niklas committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f903c05 View commit details
    Browse the repository at this point in the history
  2. More formatting and minor refactoring

    Schilli, Niklas committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    54305c4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/dotnet/roslyn-analyzers i…

    …nto feature/DetectPLINQNops
    
    # Conflicts:
    #	src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/MicrosoftNetCoreAnalyzersResources.resx
    Schilli, Niklas committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    38136bf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Renaming

    Schilli, Niklas committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    578e280 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Review feedback, migrated to IOperation analyzer, cleaned up code eve…

    …n more in process
    Schilli, Niklas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    96e5ecc View commit details
    Browse the repository at this point in the history
  2. Null weirdness

    Schilli, Niklas committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8aa8336 View commit details
    Browse the repository at this point in the history
  3. Update DetectPLINQNops.Fixer.cs

    Spelling
    Mrnikbobjeff authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a5f1d88 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Spelling & Formatting
    
    Co-authored-by: Amaury Levé <[email protected]>
    Mrnikbobjeff and Evangelink authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    bf94941 View commit details
    Browse the repository at this point in the history
  5. First review round

    Mrnikbobjeff committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e6ba27f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/DetectPLINQNops' of https://github.com/Mrnikbob…

    …jeff/roslyn-analyzers into feature/DetectPLINQNops
    
    # Conflicts:
    #	src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Usage/DetectPLINQNopsAnalyzer.cs
    Mrnikbobjeff committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3ef0abf View commit details
    Browse the repository at this point in the history
  7. Review round 2

    Mrnikbobjeff committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f7b4108 View commit details
    Browse the repository at this point in the history
  8. Final cleanup

    Mrnikbobjeff committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    90bee4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4daf9fa View commit details
    Browse the repository at this point in the history
  10. Formatting

    Mrnikbobjeff committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b68ee84 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Review, docs

    Mrnikbobjeff committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    52ca208 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Review

    Mrnikbobjeff committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    80f27dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Message change

    Mrnikbobjeff committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b50ae2a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Category, Id, doc gen

    Mrnikbobjeff committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d317bd8 View commit details
    Browse the repository at this point in the history