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.257
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.266
Choose a head ref
  • 10 commits
  • 30 files changed
  • 4 contributors

Commits on Dec 13, 2025

  1. group by Roslyn version

    meziantou authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    8c81cf4 View commit details
    Browse the repository at this point in the history
  2. Add opt-in configuration for MA0153 to detect logging of types contai…

    …ning DataClassification members (#936)
    Copilot authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    602b584 View commit details
    Browse the repository at this point in the history
  3. Add concurrency control to serialize CI runs on main branch (#938)

    * Initial plan
    
    * Add concurrency control to CI workflow for main branch
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    Copilot and meziantou authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    55b500e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    4034540 View commit details
    Browse the repository at this point in the history
  2. Make DocumentationGenerator ignore trailing whitespace differences (#942

    )
    
    * Initial plan
    
    * Make DocumentationGenerator less strict about trailing whitespace
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    Copilot and meziantou authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    cef854c View commit details
    Browse the repository at this point in the history
  3. Add MA0180: Detect ILogger<T> type parameter mismatch with containing…

    … class (#941)
    
    * Initial plan
    
    * Add ILogger type parameter consistency analyzer and fixer (MA0180)
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Update documentation for MA0180 rule
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Fix code fixer to properly resolve containing type from syntax tree
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Remove unused diagnostic properties from analyzer
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Fix diagnostic location to report on type instead of parameter
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Use DiagnosticParameterReportOptions.ReportOnType instead of custom logic
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Regenerate documentation with proper formatting
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    * Wrap primary constructor tests with #if CSHARP12_OR_GREATER
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    Copilot and meziantou authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    7a8ca8b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Lower global_level from -1 to -100 in editorconfig files (#944)

    * Initial plan
    
    * Change global_level from -1 to -100 in editorconfig files
    
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: meziantou <509220+meziantou@users.noreply.github.com>
    Copilot and meziantou authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    366b6d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Add refactoring: convert interpolated string to Format call (#948)

    * Add refactoring: convert interpolated string to Format call
    
    Introduce ConvertToStringFormatRefactoring to convert interpolated strings to string.Format calls, handling alignment, format specifiers, and escaped braces. Add comprehensive tests for various scenarios. Update test project dependencies for Roslyn refactoring testing. Minor using directive fixes for consistency.
    
    * Add unget.config
    
    * wip
    
    * wip
    meziantou authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    b7652a3 View commit details
    Browse the repository at this point in the history
  2. Improve readme

    meziantou committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    e1ae846 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

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