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 "Invalid argument null check" (RCS1256) #888

Merged
merged 33 commits into from Nov 19, 2022

Commits on Dec 4, 2021

  1. Copy the full SHA
    96f5a43 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Copy the full SHA
    c25994e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0fee659 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Copy the full SHA
    b54da27 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Copy the full SHA
    39487a9 View commit details
    Browse the repository at this point in the history
  2. x

    josefpihrt committed Dec 18, 2021
    Copy the full SHA
    81ddc6f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Copy the full SHA
    cca3558 View commit details
    Browse the repository at this point in the history
  2. x

    josefpihrt committed Dec 19, 2021
    Copy the full SHA
    df09ba8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    af7372e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Copy the full SHA
    357a92c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. x

    josefpihrt committed Dec 27, 2021
    Copy the full SHA
    118cc95 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Copy the full SHA
    89a2021 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Copy the full SHA
    ce6ddef View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Copy the full SHA
    b3d14b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Copy the full SHA
    038e09c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Copy the full SHA
    19d43c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Merge branch 'master' into feature/unnecessary-null-check

    # Conflicts:
    #	src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs
    #	src/Analyzers/CSharp/DiagnosticRules.Generated.cs
    #	src/VisualStudioCode/package/src/configurationFiles.generated.ts
    josefpihrt committed Mar 5, 2022
    Copy the full SHA
    e4b92d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Copy the full SHA
    360e71e View commit details
    Browse the repository at this point in the history
  2. x

    josefpihrt committed Mar 13, 2022
    Copy the full SHA
    fa108ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    95deacd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Copy the full SHA
    d33ea68 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Copy the full SHA
    40c82e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge branch 'main' into feature/unnecessary-null-check

    # Conflicts:
    #	src/Analyzers/CSharp/Analysis/ValidateArgumentsCorrectlyAnalyzer.cs
    josefpihrt committed Nov 17, 2022
    Copy the full SHA
    36470ae View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Merge branch 'main' into feature/unnecessary-null-check

    # Conflicts:
    #	src/Analyzers.CodeFixes/CSharp/CodeFixes/IfStatementCodeFixProvider.cs
    #	src/Analyzers.CodeFixes/CSharp/CodeFixes/ValidateArgumentsCorrectlyCodeFixProvider.cs
    #	src/Analyzers/CSharp/Analysis/ValidateArgumentsCorrectlyAnalyzer.cs
    #	src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs
    #	src/Analyzers/CSharp/DiagnosticRules.Generated.cs
    #	src/Common/ArgumentNullCheckAnalysis.cs
    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    c0b739a View commit details
    Browse the repository at this point in the history
  2. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    85e398d View commit details
    Browse the repository at this point in the history
  3. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    d2d0894 View commit details
    Browse the repository at this point in the history
  4. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    9139d7d View commit details
    Browse the repository at this point in the history
  5. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    18226c3 View commit details
    Browse the repository at this point in the history
  6. Revert "update"

    This reverts commit 9139d7d.
    
    # Conflicts:
    #	src/Analyzers/Analyzers.xml
    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    1f3f28a View commit details
    Browse the repository at this point in the history
  7. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    dc4ebf3 View commit details
    Browse the repository at this point in the history
  8. changelog

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    3f9ac71 View commit details
    Browse the repository at this point in the history
  9. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    18e4401 View commit details
    Browse the repository at this point in the history
  10. update

    josefpihrt committed Nov 19, 2022
    Copy the full SHA
    f420618 View commit details
    Browse the repository at this point in the history