Skip to content

Bump CompareNETObjects and 24 others #2747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Updated CompareNETObjects from 4.73.0 to 4.84.0.

Release notes

Sourced from CompareNETObjects's releases.

4.84

Changes

  • Compare Dictionaries with Enum Keys
  • Bug fix, it should only compare fonts on Windows machines

Associated Pull Requests

4.83

Make compatible with .NET Core 8.0

4.82

Make GetTypeInfo internal. The public version was causing compilation problems with someone.

4.81

Fix for DateOnly and TimeOnly comparison when also using structs.

4.80

Ability to compare DateOnly and TimeOnly for .NET Core 6.0 and higher. Update XML Doc for CollectionMatchingSpec. Fix hidden type bug. Fix for compare IEnumerable from killergege. Handle different enum types from killergege.

4.79

ShowCollectionKeyName Config option by gordon-matt GregFinzer/Compare-Net-Objects#275

CompareBackingFields config option by Mch-Kuzyk GregFinzer/Compare-Net-Objects#279

4.78

Bump Newtonsoft.Json from 12.0.1 to 13.0.1

4.77

Fix for comparing positive and negative infinity for a double. https://github.com/GregFinzer/Compare-Net-Objects/issues/260
Fix for default DateTime.Kind https://github.com/GregFinzer/Compare-Net-Objects/issues/259
Option to Ignore Collection Count when Read Only GregFinzer/Compare-Net-Objects#256

4.76

Fixes for Compare Double Nan, IgnoreDateTimeOffsetTimezones, and CompareReadOnly == false.

4.75

Support for DateTime Kind: https://github.com/GregFinzer/Compare-Net-Objects/issues/116

4.74

Commits viewable in compare view.

Updated DelegateDecompiler.EntityFrameworkCore5 from 0.29.1 to 0.34.2.

Release notes

Sourced from DelegateDecompiler.EntityFrameworkCore5's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated FluentValidation.AspNetCore from 10.2.3 to 10.4.0.

Release notes

Sourced from FluentValidation.AspNetCore's releases.

10.4.0

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.4.0

  • Allow use of "*" with RuleSetForClientSideMessagesAttribute and HttpContext.SetRulesetForClientsideMessages (#​1912)
  • Fix Azerbaijani language code (#​1874)

Changes in 10.3.6

  • Fix Azerbaijani language code (#​1865)
  • Setting DisableAutomaticValidation to true should prevent implicit validation running (#​1868)
  • Enable package validation (#​1860)

Changes in 10.3.5

  • Fixed issue with ValidateAndThrow not working in some scenarios where context creation requires type conversion (#​1863).

Changes in 10.3.4

  • Clientside messages shouldn't be generated for the lazy version of LessThanOrEqual/GreaterThanOrEqual (#​1818)
  • Remove enumable boxing in Empty/NotEmpty validators (#​1823)

Changes in 10.3.3

  • Remove class constraint from TestValidate (#​1815)

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

... (truncated)

10.3.6

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.6

  • Fix Azerbaijani language code (#​1865)
  • Setting DisableAutomaticValidation to true should prevent implicit validation running (#​1868)
  • Enable package validation (#​1860)

Changes in 10.3.5

  • Fixed issue with ValidateAndThrow not working in some scenarios where context creation requires type conversion (#​1863).

Changes in 10.3.4

  • Clientside messages shouldn't be generated for the lazy version of LessThanOrEqual/GreaterThanOrEqual (#​1818)
  • Remove enumable boxing in Empty/NotEmpty validators (#​1823)

Changes in 10.3.3

  • Remove class constraint from TestValidate (#​1815)

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)
    ... (truncated)

10.3.5

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.5

  • Fixed issue with ValidateAndThrow not working in some scenarios where context creation requires type conversion (#​1863).

Changes in 10.3.4

  • Clientside messages shouldn't be generated for the lazy version of LessThanOrEqual/GreaterThanOrEqual (#​1818)
  • Remove enumable boxing in Empty/NotEmpty validators (#​1823)

Changes in 10.3.3

  • Remove class constraint from TestValidate (#​1815)

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

... (truncated)

10.3.4

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.4

  • Clientside messages shouldn't be generated for the lazy version of LessThanOrEqual/GreaterThanOrEqual (#​1818)
  • Remove enumable boxing in Empty/NotEmpty validators (#​1823)

Changes in 10.3.3

  • Remove class constraint from TestValidate (#​1815)

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#​1698)

Changes in 10.0.2

... (truncated)

10.3.3

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.3

  • Remove class constraint from TestValidate (#​1815)

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#​1698)

Changes in 10.0.2

  • ErrorCode is now exposed on IRuleComponent

Changes in 10.0.1

  • Add GetPropertyValue to IValidationRule to support #​1688
    ... (truncated)

10.3.2

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.2

  • Remove class constraint from TestValidate (#​1815)

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#​1698)

Changes in 10.0.2

  • ErrorCode is now exposed on IRuleComponent

Changes in 10.0.1

  • Add GetPropertyValue to IValidationRule to support #​1688
    ... (truncated)

10.3.1

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.1

  • Fix ScalePrecision error message when digits is calculated as negative (#​1790)
  • Shared conditions shouldn't rely on object hashcode for unique ID (#​1810)

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#​1698)

Changes in 10.0.2

  • ErrorCode is now exposed on IRuleComponent

Changes in 10.0.1

  • Add GetPropertyValue to IValidationRule to support #​1688
  • Context object is now strongly typed inside IValidationRule<T>.ApplyCondition/ApplyAsyncCondition for users of the internal API

Changes in 10.0.0

... (truncated)

10.3.0

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.3.0

  • Update Russian, Thai, Azerbaijani error message translations (#​1761, #​1768, #​1770)
  • Deprecate the old test helper methods in favour of TestValidate.
  • Deprecate OnFailure and OnAnyFailure callbacks.

Changes in 10.2.3

  • Resolve issue with rulesets not cascading correctly to Inheritance Validators (#​1754)

Changes in 10.2.2

  • Add backwards compatibility overloads for the changes in 10.2.1 (#​1752)

Changes in 10.2.1

  • Optional internal type registration should work with AddFluentValidation as well as directly on the service collection (#​1748)

Changes in 10.2.0

  • Fix display name generation should be consistent between RuleForEach and RuleFor.ForEach (#​1231)
  • Allow AddFluentValidation to be called directly on IServiceCollection (#​1726)
  • Throw exception when calling ValidateAndThrow even if PreValidate prevents further validation (#​1736)
  • ValidationException now includes rule severity (#​1733)
  • Optionally support internal types when scanning assemblies for validators (#​1742)
  • Deprecate RunDefaultMvcValidationAfterFluentValidationExecutes in MVC configuration. Use DisableDataAnnotationsValidation instead.

Changes in 10.1.0

  • Allow default severity level to be set globally (#​1715)
  • Extend use of variance into the internal API to resolve invalid cast exceptions in some scenarios (#​1711)
  • Fix clientside metadata being incorrectly generated for cross-property LessThanOrEqual/GreaterThanOrEqual (#​1721)

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#​1698)

Changes in 10.0.2

  • ErrorCode is now exposed on IRuleComponent

Changes in 10.0.1

  • Add GetPropertyValue to IValidationRule to support #​1688
  • Context object is now strongly typed inside IValidationRule<T>.ApplyCondition/ApplyAsyncCondition for users of the internal API

Changes in 10.0.0

  • Various performance improvements throughout the library
  • Collection rules now only iterate the collection once
  • Property validator classes are now generic
  • Deprecated non-generic PropertyValidator.
  • Changed type of ValidationResult.Errors from IList<ValidationFailure> to List<ValidationFailure>
    ... (truncated)

Commits viewable in compare view.

Updated Flurl from 3.0.4 to 3.0.7.

Release notes

Sourced from Flurl's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated LinqKit.Microsoft.EntityFrameworkCore from 8.1.5 to 8.1.8.

Release notes

Sourced from LinqKit.Microsoft.EntityFrameworkCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9.

Release notes

Sourced from Microsoft.AspNet.WebApi.Client's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.3 to 8.0.18.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

8.0.10

Release

8.0.8

Release

8.0.7

Release

8.0.6

Release

8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

8.0.4

Release

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.3 to 8.0.18.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.NewtonsoftJson's releases.

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

8.0.10

Release

8.0.8

Release

8.0.7

Release

8.0.6

Release

8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

8.0.4

Release

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.CSharp.Workspaces from 4.8.0 to 4.14.0.

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

8.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.10...v8.0.11

8.0.10

Release

8.0.8

Release

8.0.7

EF Core 8.0.7 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

8.0.6

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.

8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.18.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

8.0.17

Dependency Updates

  • Update dependencies from dotnet/arcade (#​36085)
    Updates the project's dependencies using the latest versions from the dotnet/arcade repository. This ensures that the build infrastructure and related tooling are up to date, which can bring in important bug fixes, security patches, and improvements from upstream.

Miscellaneous

  • Update branding to 8.0.17 (#​36043)
    Updates the internal version branding to 8.0.17. This change ensures that the product and its packages correctly reflect the new release version, helping users and developers identify the build.

  • Merging internal commits for release/8.0 (#​36080)
    Integrates various internal commits into the release/8.0 branch. This merge brings together important updates and ensures the release branch is synchronized with recent internal development, maintaining consistency and stability for the release.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.13...v8.0.14

8.0.13

[Release](https://github.com/dotnet/core/releases...

Description has been truncated

Bumps CompareNETObjects from 4.73.0 to 4.84.0
Bumps DelegateDecompiler.EntityFrameworkCore5 from 0.29.1 to 0.34.2
Bumps FluentValidation.AspNetCore from 10.2.3 to 10.4.0
Bumps Flurl from 3.0.4 to 3.0.7
Bumps LinqKit.Microsoft.EntityFrameworkCore from 8.1.5 to 8.1.8
Bumps Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.3 to 8.0.18
Bumps Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.3 to 8.0.18
Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.8.0 to 4.14.0
Bumps Microsoft.EntityFrameworkCore to 8.0.11, 8.0.18
Bumps Microsoft.EntityFrameworkCore.Design from 8.0.4 to 8.0.18
Bumps Microsoft.Extensions.Configuration.UserSecrets from 8.0.0 to 8.0.1
Bumps Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 8.0.3 to 8.0.18
Bumps Microsoft.Extensions.Hosting from 8.0.0 to 8.0.1
Bumps Microsoft.Extensions.Http from 8.0.0 to 8.0.1
Bumps Microsoft.Extensions.Logging from 8.0.0 to 8.0.1
Bumps Microsoft.VisualStudio.Web.CodeGeneration.Design from 8.0.2 to 8.0.7
Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.11
Bumps QRCoder from 1.4.1 to 1.6.0
Bumps Serilog.Enrichers.Environment from 2.1.3 to 2.3.0
Bumps Serilog.Sinks.Async from 1.4.0 to 1.5.0
Bumps SimpleBase from 3.0.2 to 3.1.0
Bumps Swashbuckle.AspNetCore from 6.6.2 to 6.9.0
Bumps Swashbuckle.AspNetCore.Newtonsoft from 6.1.4 to 6.9.0
Bumps System.Security.Cryptography.Xml from 8.0.1 to 8.0.2

---
updated-dependencies:
- dependency-name: CompareNETObjects
  dependency-version: 4.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: DelegateDecompiler.EntityFrameworkCore5
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: FluentValidation.AspNetCore
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Flurl
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: LinqKit.Microsoft.EntityFrameworkCore
  dependency-version: 8.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 8.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNet.WebApi.Client
  dependency-version: 5.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
  dependency-version: 8.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 8.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: QRCoder
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Serilog.Enrichers.Environment
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Serilog.Sinks.Async
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: SimpleBase
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Swashbuckle.AspNetCore.Newtonsoft
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Security.Cryptography.Xml
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 22, 2025
@dependabot dependabot bot added the .NET Pull requests that update .net code label Jul 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #2748.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/nuget/prime-dotnet-webapi/multi-0fdac977fa branch August 5, 2025 19:51
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