Skip to content

Bump AspNetCore.HealthChecks.MySql and 19 others#28

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/build/multi-ff943e87e0
Closed

Bump AspNetCore.HealthChecks.MySql and 19 others#28
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/build/multi-ff943e87e0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Updated AspNetCore.HealthChecks.MySql from 6.0.1 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.MySql's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AspNetCore.HealthChecks.SqlServer from 6.0.1 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.SqlServer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AspNetCore.HealthChecks.System from 6.0.1 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.System's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AspNetCore.HealthChecks.UI from 6.0.2 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.UI's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AspNetCore.HealthChecks.UI.Client from 6.0.2 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.UI.Client's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated coverlet.collector from 6.0.0 to 6.0.4.

Release notes

Sourced from coverlet.collector's releases.

6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3

6.0.2

Fixed

  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

6.0.1

Fixed

Improvements

Diff between 6.0.0 and 6.0.1

Commits viewable in compare view.

Updated FluentAssertions from 6.3.0 to 8.5.0.

Release notes

Sourced from FluentAssertions's releases.

8.5.0

What's Changed

New features

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0

8.4.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0

8.3.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0

8.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

8.1.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0

8.0.1

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1

8.0.0

What's Changed

License change

Breaking Changes

New features

Improvements

8.0.0-rc.2

What's Changed

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.0.0-rc.1...8.0.0-rc.2

8.0.0-rc.1

What's Changed

Breaking Changes

Fixes

Documentation

Others

8.0.0-alpha.1

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1

7.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0

7.1.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0

6.12.2

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

6.12.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

New Contributors

6.11.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

... (truncated)

6.10.0

What's Changed

Fixes

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.9.0...6.10.0

6.9.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

6.8.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

New Contributors

6.7.0

What's Changed

New features

Fixes

Documentation

Others

Description has been truncated

Bumps AspNetCore.HealthChecks.MySql from 6.0.1 to 9.0.0
Bumps AspNetCore.HealthChecks.SqlServer from 6.0.1 to 9.0.0
Bumps AspNetCore.HealthChecks.System from 6.0.1 to 9.0.0
Bumps AspNetCore.HealthChecks.UI from 6.0.2 to 9.0.0
Bumps AspNetCore.HealthChecks.UI.Client from 6.0.2 to 9.0.0
Bumps coverlet.collector from 6.0.0 to 6.0.4
Bumps FluentAssertions from 6.3.0 to 8.5.0
Bumps FluentValidation.AspNetCore from 10.3.6 to 11.3.1
Bumps MediatR from 10.0.1 to 13.0.0
Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0 to 8.0.19
Bumps Microsoft.AspNetCore.TestHost from 8.0.18 to 8.0.19
Bumps Microsoft.EntityFrameworkCore from 8.0.11 to 9.0.8
Bumps Microsoft.EntityFrameworkCore.Sqlite from 8.0.11 to 9.0.8
Bumps Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 8.0.11 to 8.0.19
Bumps Microsoft.Extensions.Hosting.Abstractions from 8.0.1 to 9.0.8
Bumps Microsoft.NET.Test.Sdk from 17.1.0 to 17.14.1
Bumps MySql.EntityFrameworkCore from 8.0.0 to 9.0.6
Bumps Pomelo.EntityFrameworkCore.MySql from 8.0.1 to 8.0.3
Bumps xunit from 2.4.2-pre.12 to 2.9.3
Bumps xunit.runner.visualstudio to 3.1.3

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.MySql
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNetCore.HealthChecks.System
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNetCore.HealthChecks.UI
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNetCore.HealthChecks.UI.Client
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: coverlet.collector
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: FluentAssertions
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: FluentValidation.AspNetCore
  dependency-version: 11.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: MediatR
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 8.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-version: 8.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MySql.EntityFrameworkCore
  dependency-version: 9.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Pomelo.EntityFrameworkCore.MySql
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Aug 5, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Aug 7, 2025
@dependabot dependabot bot deleted the dependabot/nuget/build/multi-ff943e87e0 branch August 7, 2025 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants