Thanks to visit codestin.com
Credit goes to github.com

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/roslynator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.13.1
Choose a base ref
...
head repository: dotnet/roslynator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.14.0
Choose a head ref
  • 11 commits
  • 41 files changed
  • 3 contributors

Commits on May 1, 2025

  1. Add support for GitLab output format in AnalyzeCommand (#1633)

    * Add support for GitLab output format in AnalyzeCommand
    
    This commit adds support for the GitLab output format in the AnalyzeCommand class.
    
    Signed-off-by: Marais van Zyl <[email protected]>
    
    * Refactor GitLab issue classes to improve readability and structure
    
    Signed-off-by: Marais van Zyl <[email protected]>
    
    * Fix namespace usage in DiagnosticGitLabJsonSerializer for consistency
    
    Signed-off-by: Marais van Zyl <[email protected]>
    
    * Rename variable for clarity in DiagnosticGitLabJsonSerializer
    
    * Updated help text for the output-format option
    
    * Make use of expressions for readability
    
    * Validate output format input
    
    * Improve language for description
    
    * Introduce a private static readonly field `_jsonSerializerSettings` in the `DiagnosticGitLabJsonSerializer` class to centralize JSON serialization configuration.
    
    * Correctly name validation method
    
    * Update ChangeLog for version 4.14.0 and add GitLab analyzer reports support
    
    * Update ChangeLog.md
    
    * Update src/CommandLine/Json/DiagnosticGitLabJsonSerializer.cs
    
    * Update src/CommandLine/Json/DiagnosticGitLabJsonSerializer.cs
    
    ---------
    
    Signed-off-by: Marais van Zyl <[email protected]>
    Co-authored-by: Josef Pihrt <[email protected]>
    marais-vzc and josefpihrt authored May 1, 2025
    Configuration menu
    Copy the full SHA
    70cb73f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. Configuration menu
    Copy the full SHA
    dfa69c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a24655 View commit details
    Browse the repository at this point in the history
  3. Fix analyzer RCS1250: Don't suggest a collection expression for the D…

    …ictionary (#1652)
    
    * Fix analyzer RCS1250: Don't suggest a collection expression for the Dictionary
    
    * Update ChangeLog.md
    
    * Update ChangeLog.md
    
    ---------
    
    Co-authored-by: Josef Pihrt <[email protected]>
    aihnatiuk and josefpihrt authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    646f429 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    525f326 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    febce84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8335340 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2986b7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd398f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    951a309 View commit details
    Browse the repository at this point in the history
  10. Release 4.14.0 (#1673)

    josefpihrt authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    46ad515 View commit details
    Browse the repository at this point in the history
Loading