Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/roslyn-analyzers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8f17a8d371
Choose a base ref
...
head repository: dotnet/roslyn-analyzers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c818900da
Choose a head ref
  • 1 commit
  • 23 files changed
  • 3 contributors

Commits on May 8, 2023

  1. CA1861 Avoid constant arrays as arguments (#5383)

    * AvoidConstArrays analyzer drafted
    
    * Member name from type reflects original definition
    
    * Remove MyCodeAction
    
    * Added assembly reference for globalization
    
    * Update to ignore params arguments
    
    * Added tests for params arguments
    
    * perf improvement and added namespaces to all tests
    
    * added exclusion for readonly field assignments, more tests
    
    * Fix issues in fixer, do not warn for static constructor and readonly properties
    
    ---------
    
    Co-authored-by: Jeff Handley <jeff.handley@microsoft.com>
    Co-authored-by: Buyaa Namnan <bunamnan@microsoft.com>
    3 people authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3c81890 View commit details
    Browse the repository at this point in the history
Loading