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: meziantou/Meziantou.Analyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.173
Choose a base ref
...
head repository: meziantou/Meziantou.Analyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.176
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 23, 2024

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

Commits on Oct 24, 2024

  1. Simplify AvoidUsingRedundantElseAnalyzer (#763)

    * Simplify AvoidUsingRedundantElseAnalyzer
    
    Several years ago, an issue was reported (dotnet/roslyn#42447) and bypassed in the AvoidUsingRedundantElseAnalyzer code. It appears that issue has been resolved (dotnet/roslyn#42447 (comment)), which now allows us to simplify the code a bit.
    louis-z authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7854071 View commit details
    Browse the repository at this point in the history
  2. Check documentation on CI (#765)

    * Add check for documentation on CI
    
    * Add doc for MA0165
    meziantou authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7c884cf View commit details
    Browse the repository at this point in the history
Loading