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: belav/csharpier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.3
Choose a base ref
...
head repository: belav/csharpier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.4
Choose a head ref
  • 20 commits
  • 90 files changed
  • 3 contributors

Commits on Dec 14, 2025

  1. Fix changelog

    belav committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    019c82e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    52e98d3 View commit details
    Browse the repository at this point in the history
  2. New issue templates

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    3d62fa3 View commit details
    Browse the repository at this point in the history
  3. maybe this

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    51bc431 View commit details
    Browse the repository at this point in the history
  4. grrrr

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    345bcc8 View commit details
    Browse the repository at this point in the history
  5. pr template

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    52a2b1d View commit details
    Browse the repository at this point in the history
  6. finishing up templates

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    ee345ae View commit details
    Browse the repository at this point in the history
  7. I hate yaml

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    ad44607 View commit details
    Browse the repository at this point in the history
  8. maybe this

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    e0a8932 View commit details
    Browse the repository at this point in the history
  9. again

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    f7a6361 View commit details
    Browse the repository at this point in the history
  10. one last change

    belav committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    6bf358f View commit details
    Browse the repository at this point in the history
  11. feat: support reordering modifers with a leading comment (#1786)

    Resolves #1784
    
    It might be possible reorder all modiferes with comments and keep this
    logic. Perhaps this breaks something 🤷
    
    Co-authored-by: Bela VanderVoort <twobitbela@gmail.com>
    TimothyMakkison and belav authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    123ac5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39fc68d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. update stale messages

    belav committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    a1c98b4 View commit details
    Browse the repository at this point in the history
  2. Updating ignore doc.

    belav committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    0fa83b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

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

    belav committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    0325bb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    e8f5f09 View commit details
    Browse the repository at this point in the history
  2. Improving performance of HasMismatchedCliAndMsBuildVersions (#1791)

    Skip over trying to find *.csproj in node_modules or .git folders. Makes
    things slightly slower in some cases but significantly faster for other
    cases.
    belav authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    c9193da View commit details
    Browse the repository at this point in the history
  3. Releasing 1.2.4 (#1792)

    belav authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    c3b87f8 View commit details
    Browse the repository at this point in the history
Loading