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: Frogley/RulesEngine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/RulesEngine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 2, 2025

  1. [Bug Fix] : Methods on custom objects not available due to System.Lin…

    …q.Dynamic.Core update (microsoft#661)
    
    * short-circuiting based on toggle
    
    * unit test cases fix
    
    * demoprogram
    
    * coverage
    
    * removal of extra comma
    
    * version update
    pbhal authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    b1264a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. [Bug Fix] Handling of Automatic Type Registration (microsoft#675)

    * adding support for automatic input-type registration
    
    * updating nuget version
    
    * updating code coverage
    pbhal authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    71d59dc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    e34d644 View commit details
    Browse the repository at this point in the history
  2. Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 (microsoft#657)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@3.0.1...3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Purunjay Bhal <purunjaybhal@microsoft.com>
    dependabot[bot] and pbhal authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    11e23af View commit details
    Browse the repository at this point in the history
  3. Bump System.Text.Json from 6.0.11 to 9.0.2 (microsoft#654)

    Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.11 to 9.0.2.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.11...v9.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.Json
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Purunjay Bhal <purunjaybhal@microsoft.com>
    dependabot[bot] and pbhal authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    b6e19d6 View commit details
    Browse the repository at this point in the history
  4. Bump dotnet-sdk from 9.0.0 to 9.0.301 (microsoft#681)

    Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.0 to 9.0.301.
    - [Release notes](https://github.com/dotnet/sdk/releases)
    - [Commits](https://github.com/dotnet/sdk/commits/v9.0.301)
    
    ---
    updated-dependencies:
    - dependency-name: dotnet-sdk
      dependency-version: 9.0.301
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    890fd4c View commit details
    Browse the repository at this point in the history
  5. Bump System.Linq.Dynamic.Core from 1.6.0.1 to 1.6.2 (microsoft#671)

    Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.6.0.1 to 1.6.2.
    - [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
    - [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
    - [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.6.0.1...v1.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: System.Linq.Dynamic.Core
      dependency-version: 1.6.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Purunjay Bhal <purunjaybhal@microsoft.com>
    dependabot[bot] and pbhal authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    89f9bcd View commit details
    Browse the repository at this point in the history
Loading