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.2.1
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.3.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 19, 2024

  1. Bump Meziantou.Analyzer from 2.0.177 to 2.0.179 (#20)

    Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.177 to 2.0.179.
    - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
    - [Commits](meziantou/Meziantou.Analyzer@2.0.177...2.0.179)
    
    ---
    updated-dependencies:
    - dependency-name: Meziantou.Analyzer
      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>
    dependabot[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    26758ae View commit details
    Browse the repository at this point in the history
  2. Bump Nuke.Common and Nuke.Components (#19)

    Bumps [Nuke.Common](https://github.com/nuke-build/nuke) and [Nuke.Components](https://github.com/nuke-build/nuke). These dependencies needed to be updated together.
    
    Updates `Nuke.Common` from 8.1.4 to 8.1.4
    - [Release notes](https://github.com/nuke-build/nuke/releases)
    - [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
    - [Commits](nuke-build/nuke@8.1.4...8.1.4)
    
    Updates `Nuke.Components` from 8.1.2 to 8.1.4
    - [Release notes](https://github.com/nuke-build/nuke/releases)
    - [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
    - [Commits](nuke-build/nuke@8.1.2...8.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: Nuke.Common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Nuke.Components
      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>
    dependabot[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    96c2ca7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Added additional extension methods for inspecting a property.

    Dennis Doomen authored and dennisdoomen committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    b723530 View commit details
    Browse the repository at this point in the history
  2. Fixed a crash when reflecting on a write-only property.

    Dennis Doomen authored and dennisdoomen committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d883c99 View commit details
    Browse the repository at this point in the history
Loading