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: ImmediatePlatform/Immediate.Handlers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: ImmediatePlatform/Immediate.Handlers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 11 commits
  • 65 files changed
  • 2 contributors

Commits on May 20, 2025

  1. Update Dependencies (#210)

    * Address NU1510
    * Update dependencies
    viceroypenguin authored May 20, 2025
    Configuration menu
    Copy the full SHA
    b953790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a537c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    1b87f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990f975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e60f2a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Add net10.0 support (#221)

    viceroypenguin authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    6911a5b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Bump Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 4.14.0 (#228)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.Analyzers
      dependency-version: 4.14.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b6339ce View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. Add support for non-static Handlers (#231)

    * Add support for non-static `Handle` method
      * Improve method detection per spec
      * Allow more than 1,000 handlers
      * Fix benchmarks
    * Update analyzers for handlers
    viceroypenguin authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    5cae34a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    8d6310e View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4 to 5 (#233)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    ca6e4f0 View commit details
    Browse the repository at this point in the history
  3. Bump Meziantou.Analyzer from 2.0.205 to 2.0.212 (#232)

    ---
    updated-dependencies:
    - dependency-name: Meziantou.Analyzer
      dependency-version: 2.0.212
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Stuart Turner <[email protected]>
    dependabot[bot] and viceroypenguin authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    7d31c30 View commit details
    Browse the repository at this point in the history
Loading