Skip to content

Bump the dotnet-sdk-deps group with 2 updates#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/sdks/dotnet/src/FeatureSignals/dotnet-sdk-deps-982254ad05
Closed

Bump the dotnet-sdk-deps group with 2 updates#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/sdks/dotnet/src/FeatureSignals/dotnet-sdk-deps-982254ad05

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated OpenFeature from 2.2.0 to 2.13.0.

Release notes

Sourced from OpenFeature's releases.

2.13.0

2.13.0 (2026-04-30)

🐛 Bug Fixes

  • add missing variant dimension in MetricsHook metrics (#​742) (dad175d)
  • fix 'occured' -> 'occurred' in XML doc comment (#​743) (178f836)
  • security: update dependency opentelemetry.exporter.opentelemetryprotocol to 1.15.3 [security] (#​746) (ec94acf)

✨ New Features

2.12.0

2.12.0 (2026-04-06)

✨ New Features

🔧 Refactoring

2.11.1

2.11.1 (2025-12-30)

🐛 Bug Fixes

  • Fix dimension mismatch in active evaluation metric (#​679) (0624332)

2.11.0

2.11.0 (2025-12-18)

✨ New Features

2.10.0

2.10.0 (2025-12-01)

🐛 Bug Fixes

  • Address issue with FeatureClient not being resolved when no Provider added (#​607) (a8d12ef)
  • Address issues when evaluating the context in the InMemoryProvider (#​615) (94fcdc1)
  • Ensure AddPolicyName without adding a Provider does not get stuck in infinite loop (#​606) (4b965dd)
  • Ensure EvaluationContext is reliably added to the injected FeatureClient (#​605) (c987b58)

✨ New Features

  • Add DI for multi provider (#​621) (ee862f0)
  • Add disabled flag support to InMemoryProvider (#​632) (df1765c)
  • Add optional CancellationToken parameter to SetProviderAsync (#​638) (a1f7ff6)
  • Add SourceLink configuration for .NET SDK 8+ to enhance debugging experience (1b40391)
  • Add SourceLink configuration for .NET to enhance debugging experience (#​614) (1b40391)
  • Add tracking to multi-provider (#​612) (186b357)

🔧 Refactoring

  • Clean up project files by removing TargetFrameworks and formatting (#​611) (dfbc3ee)
  • Pass cancellation tokens to Provider Initialization functions (#​640) (8b472d8)
  • Remove deprecated Dependency Injection code (#​626) (a36a906)

2.9.0

2.9.0 (2025-10-16)

🐛 Bug Fixes

✨ New Features

🚀 Performance

2.8.1

2.8.1 (2025-07-31)

🐛 Bug Fixes

  • expose ValueJsonConverter for generator support and add JsonSourceGenerator test cases (#​537) (e03aeba)

2.8.0

2.8.0 (2025-07-30)

🐛 Bug Fixes

  • update DI lifecycle to use container instead of static instance (#​534) (1a3846d)

✨ New Features

🧹 Chore

📚 Documentation

🔄 Refactoring

2.7.0

2.7.0 (2025-07-03)

🐛 Bug Fixes

  • Add generic to evaluation event builder (#​500) (68af649)
  • ArgumentNullException when creating a client with optional name (#​508) (9151dcd)

✨ New Features

🧹 Chore

📚 Documentation

2.6.0

2.6.0 (2025-05-23)

✨ New Features

  • add AddHandler extension method to Dependency Injection package (#​462) (ff414b8)
  • Add Extension Method for adding global Hook via DependencyInjection (#​459) (9b04485)
  • Add OTEL compatible telemetry object builder (#​397) (6c44db9)

🧹 Chore

📚 Documentation

2.5.0

2.5.0 (2025-04-25)

✨ New Features

🧹 Chore

📚 Documentation

🔄 Refactoring

2.4.0

2.4.0 (2025-04-14)

🐛 Bug Fixes

  • Refactor error handling and improve documentation (#​417) (b0b168f)

✨ New Features

  • update FeatureLifecycleStateOptions.StopState default to Stopped (#​414) (6c23f21)

🧹 Chore

📚 Documentation

🔄 Refactoring

2.3.2

2.3.2 (2025-03-24)

🐛 Bug Fixes

  • Address issue with newline characters when running Logging Hook Unit Tests on linux (#​374) (a98334e)
  • Remove virtual GetEventChannel from FeatureProvider (#​401) (00a4e4a)
  • Update project name in solution file (#​380) (1f13258)

🧹 Chore

🔄 Refactoring

2.3.1

2.3.1 (2025-02-04)

🐛 Bug Fixes

🧹 Chore

2.3.0

2.3.0 (2025-01-31)

⚠ BREAKING CHANGES

Hook Changes

The signature of the finally hook stage has been changed. The signature now includes the evaluation details, as per the OpenFeature specification. Note that since hooks are still experimental, this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally stage to accept evaluation details as the second argument.

.NET 6

Removed support for .NET 6.

🐛 Bug Fixes

✨ New Features

🧹 Chore

  • deps: update actions/upload-artifact action to v4.5.0 (#​332) (fd68cb0)
  • deps: update codecov/codecov-action action to v5 (#​316) (6c4cd02)
  • deps: update codecov/codecov-action action to v5.1.2 (#​334) (b9ebddf)
  • deps: update codecov/codecov-action action to v5.3.1 (#​355) (1e8ebc4)
  • deps: update dependency coverlet.collector to 6.0.3 (#​336) (8527b03)
  • deps: update dependency coverlet.msbuild to 6.0.3 (#​337) (26fd235)
  • deps: update dependency dotnet-sdk to v9.0.101 (#​339) (dd26ad6)
  • deps: update dependency fluentassertions to 7.1.0 (#​346) (dd1c8e4)
  • deps: update dependency microsoft.net.test.sdk to 17.12.0 (#​322) (6f5b049)

📚 Documentation

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1
Bumps OpenFeature from 2.2.0 to 2.13.0

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-sdk-deps
- dependency-name: OpenFeature
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-sdk-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 6, 2026

Labels

The following labels could not be found: area: sdks, type: task. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from dinesh-g1 as a code owner May 6, 2026 09:51
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 1, 2026

Superseded by #12.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/sdks/dotnet/src/FeatureSignals/dotnet-sdk-deps-982254ad05 branch June 1, 2026 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change functional tests library Review requirement IDs used in tests

0 participants