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.14.0
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.1
Choose a head ref
  • 15 commits
  • 52 files changed
  • 4 contributors

Commits on Jul 28, 2025

  1. Update donations (#1674)

    josefpihrt authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    d90d40b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

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

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    e70d186 View commit details
    Browse the repository at this point in the history
  2. fix tests

    josefpihrt committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    7f4094e View commit details
    Browse the repository at this point in the history
  3. fix build

    josefpihrt committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    1a61c29 View commit details
    Browse the repository at this point in the history
  4. Revert "fix tests"

    This reverts commit 7f4094e.
    josefpihrt committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    8ea17dd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. Change Span of PutFullAccessorOnOwnLine to be correct (#1661)

    * Change Span of PutFullAccessorOnOwnLine to be correct
    
    Also fixes the application of the code fix
    
    * Fix diagnostic location for PutFullAccessorOnItsOwnLine rule and update tests
    
    ---------
    
    Co-authored-by: Josef Pihrt <josef@pihrt.net>
    niekschoemaker and josefpihrt authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    37a845a View commit details
    Browse the repository at this point in the history
  2. Add .slnx support (#1662)

    * Add support for the slnx solution file type
    
    * Add support for the slnx solution file type
    
    * fix formatting
    
    * add slnx support
    
    * use net9.0 path in some tool scripts
    
    * add setup-dotnet step
    
    * Squashed commit of the following:
    
    commit 219124e
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 22:02:34 2025 -0700
    
        dotnet format
    
    commit f721781
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 21:57:24 2025 -0700
    
        add pragma disable
    
    commit b645a59
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 21:47:40 2025 -0700
    
        remove net7.0 targets (deprecated)
    
    commit 85b7920
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 21:42:00 2025 -0700
    
        conditional Microsoft.Build import
    
    commit 7ce673f
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 21:20:28 2025 -0700
    
        drop net7.0
    
    commit f26dd93
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 21:08:32 2025 -0700
    
        update dotnet 9.0.x install
    
    commit c8f9262
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 21:02:57 2025 -0700
    
        leave roslynator.sln
    
    commit 88581a4
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 20:55:47 2025 -0700
    
        test fix
    
    commit 922110c
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 20:44:34 2025 -0700
    
        fix lint issue
    
    commit 4782f89
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 20:41:52 2025 -0700
    
        fix lint violation
    
    commit cf5a4ed
    Merge: 27d7848 1384df8
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 20:36:51 2025 -0700
    
        Merge branch 'dathtrevino/feat/slnx_support' into task/slnx_everything
    
    commit 27d7848
    Author: Chris Trevino <chtrevin@microsoft.com>
    Date:   Tue Jul 1 11:43:53 2025 -0700
    
        slnx everything
    
    * revert slnx changes
    
    * revert a couple of changes
    
    * update pragma text
    
    * Update src/Tests/Analyzers.Tests/RCS1213RemoveUnusedMemberDeclarationTests.cs
    
    Co-authored-by: Josef Pihrt <josef@pihrt.net>
    
    * Update src/CommandLine.DocumentationGenerator/DocumentationWriter.cs
    
    Co-authored-by: Josef Pihrt <josef@pihrt.net>
    
    * fix tests
    
    * update changelog
    
    ---------
    
    Co-authored-by: timo <timo.nuernberg@online.de>
    Co-authored-by: Josef Pihrt <josef@pihrt.net>
    3 people authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    6c761a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    820feaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7092b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e56afb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. Configuration menu
    Copy the full SHA
    ff84cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9cad6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf65e2b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Release 4.14.1 (#1697)

    josefpihrt authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    bf69197 View commit details
    Browse the repository at this point in the history
Loading