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: dennisdoomen/reflectify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Choose a base ref
...
head repository: dennisdoomen/reflectify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 28, 2026

  1. Add tests for missing coverage: PropertyInfoExtensions, MemberInfoExt…

    …ensions, and TypeMemberExtensions
    
    Co-authored-by: dennisdoomen <[email protected]>
    Copilot and dennisdoomen committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    f57f51c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Bump the minor-dependencies group with 1 update

    Bumps Meziantou.Analyzer from 2.0.288 to 2.0.302
    
    ---
    updated-dependencies:
    - dependency-name: Meziantou.Analyzer
      dependency-version: 2.0.302
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    d9fbc91 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 7 to 8

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    5d9d393 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 6 to 7

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    7fe1001 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Bump Meziantou.Analyzer from 2.0.302 to 3.0.43

    ---
    updated-dependencies:
    - dependency-name: Meziantou.Analyzer
      dependency-version: 3.0.43
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    762e569 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Bump coverlet.collector from 6.0.4 to 8.0.1 (#140)

    * Bump coverlet.collector from 6.0.4 to 8.0.1
    
    ---
    updated-dependencies:
    - dependency-name: coverlet.collector
      dependency-version: 8.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump Meziantou.Analyzer from 2.0.302 to 3.0.43
    
    ---
    updated-dependencies:
    - dependency-name: Meziantou.Analyzer
      dependency-version: 3.0.43
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dennisdoomen <[email protected]>
    
    * Add net8.0 test target to fix coverage with coverlet.collector 8.0.1
    
    Agent-Logs-Url: https://github.com/dennisdoomen/reflectify/sessions/4fd96742-cf88-4eee-9e27-f8cb0ec26ca5
    
    Co-authored-by: dennisdoomen <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dennisdoomen <[email protected]>
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    3 people authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    4e09627 View commit details
    Browse the repository at this point in the history
  2. Bump the minor-dependencies group with 1 update (#139)

    Bumps FluentAssertions from 8.8.0 to 8.9.0
    
    ---
    updated-dependencies:
    - dependency-name: FluentAssertions
      dependency-version: 8.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    6e07c2f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

  1. Improve the performance of getting fields and properties

    Optimize property and field caching, replace `HasFlag` with bitwise operations, and improve `ToArray` and `Enumerator` implementations.
    dennisdoomen committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    557ef67 View commit details
    Browse the repository at this point in the history
Loading