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: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.0
Choose a base ref
...
head repository: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.0
Choose a head ref
  • 13 commits
  • 27 files changed
  • 3 contributors

Commits on Dec 3, 2025

  1. feat: Upgrade to dotnet version 10 (#658)

    * chore(deps): upgrade .NET SDK version to 10.0.100
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): add .NET 10.0 to target frameworks
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): update target frameworks to include .NET 10.0
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): upgrade target framework to .NET 10.0
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): upgrade devcontainer image and .NET version to 10.0
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): add support for .NET 10.0 and update related package versions
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(docs): update AOT compatibility documentation to include .NET 10.0 in target framework options
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): update AOT compatibility test to target .NET 10.0
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): update Microsoft.Extensions.Diagnostics.Testing to version 10.0.0 and upgrade Microsoft.AspNetCore.TestHost versions for net8.0 and net9.0
    
    Signed-off-by: André Silva <[email protected]>
    
    * chore(deps): update dotnet feature configuration to use dotnetRuntimeVersions for versioning
    
    Signed-off-by: André Silva <[email protected]>
    
    ---------
    
    Signed-off-by: André Silva <[email protected]>
    askpt authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    c7be7e0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update github/codeql-action digest to fe4161a (#660)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    19d1967 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/checkout digest to 8e8c483 (#659)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    0aed3e3 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update spec digest to 41a1b0a (#661)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    56993f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. chore(deps): update github/codeql-action digest to cf1bb45 (#664)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    a6e2d28 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update codecov/codecov-action action to v5.5.2 (#666)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    32b0465 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update spec digest to 400fa30 (#665)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    6b6a51e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. chore(deps): update github/codeql-action digest to 1b168cd (#667)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3dcb6c5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/cache action to v5 (#668)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    08f6bc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. chore(deps): update actions/upload-artifact action to v6 (#673)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    506767a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/cache action to v5.0.1 (#672)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    ff24f2e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. chore(deps): update github/codeql-action digest to 5d4e8d1 (#674)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ff4bded View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.11.0 (#662)

    Signed-off-by: OpenFeature Bot <[email protected]>
    openfeaturebot authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    cb77252 View commit details
    Browse the repository at this point in the history
Loading