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: redis/NRedisStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: redis/NRedisStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: marc/code-cleanup
Choose a head ref
  • 19 commits
  • 199 files changed
  • 1 contributor

Commits on Jul 29, 2025

  1. Build cleanup:

    - use Directory.Build.props for common config
    - use Directory.Packages.props for dependencies
    - add package icon
    - enable source link, deterministic builds, etc
    - configure licence, package, etc in package file
    - add net481 as an explicit TFM (avoids some ns* package-hell scenarios)
    - use automatic versioning with pinned assembly version
    - configure build SDK
    mgravell committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    570114c View commit details
    Browse the repository at this point in the history
  2. revert NBGV

    mgravell committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    7b011d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7cafe7 View commit details
    Browse the repository at this point in the history
  4. fix build errors

    mgravell committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    607d693 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    5131c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    605672e View commit details
    Browse the repository at this point in the history
  3. enable API change tracking

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    29e74b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be3bbfd View commit details
    Browse the repository at this point in the history
  5. more cleanup

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    daf4104 View commit details
    Browse the repository at this point in the history
  6. be explicit about langver

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    207a2dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a7d5f9 View commit details
    Browse the repository at this point in the history
  8. CI: install SDK 9

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    e3a5ef9 View commit details
    Browse the repository at this point in the history
  9. Update action.yml

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    2e90bb3 View commit details
    Browse the repository at this point in the history
  10. preserve compilation context

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    7ad3512 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f13cd8 View commit details
    Browse the repository at this point in the history
  12. Enable netfx build anywhere

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    18406ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17b8d6c View commit details
    Browse the repository at this point in the history
  14. dotnet format

    mgravell committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    8144b30 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    478457c View commit details
    Browse the repository at this point in the history
Loading