Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Confidence
FluentAssertions (source) 7.0.0 -> 7.2.0 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.11 -> 8.0.19 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.11 -> 8.0.19 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.11 -> 8.0.19 age confidence
Microsoft.NET.Test.Sdk 17.12.0 -> 17.14.1 age confidence
System.Memory 4.6.0 -> 4.6.3 age confidence
System.Text.Json (source) 8.0.5 -> 8.0.6 age confidence
Testcontainers (source) 4.1.0 -> 4.7.0 age confidence
coverlet.collector 6.0.2 -> 6.0.4 age confidence
xunit 2.9.2 -> 2.9.3 age confidence
xunit.runner.visualstudio 3.0.0 -> 3.1.4 age confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v7.2.0

Compare Source

What's Changed

Improvements
  • Improve failure message for string assertions when checking for equality by @​vbreuss in #​2972
  • Add [NotNull] attribute on the Should() method for object assertions by @​0xced in #​2987
Fixes
  • Fixed a regression in which CompleteWithinAsync treated a canceled task as an exception by @​dennisdoomen in #​2853
Others

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

v7.1.0

Compare Source

What's Changed

Improvements
Others

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

dotnet/aspnetcore (Microsoft.AspNetCore.Identity.EntityFrameworkCore)

v8.0.19

v8.0.18: .NET 8.0.18

Release

What's Changed

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

v8.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

v8.0.16: .NET 8.0.16

Release

What's Changed

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

v8.0.15: .NET 8.0.15

Release

What's Changed

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

v8.0.14: .NET 8.0.14

Release

What's Changed

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

v8.0.13: .NET 8.0.13

Release

What's Changed

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

v8.0.12: .NET 8.0.12

Release

What's Changed

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

dotnet/efcore (Microsoft.EntityFrameworkCore.Sqlite)

v8.0.19

v8.0.18

v8.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

v8.0.16: .NET 8.0.16

Release

What's Changed

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

v8.0.15: .NET 8.0.15

Release

What's Changed

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

v8.0.14: .NET 8.0.14

Release

What's Changed

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

v8.0.13: .NET 8.0.13

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

What's Changed

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

v8.0.12: .NET 8.0.12

Release

What's Changed

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

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

dotnet/runtime (System.Text.Json)

v8.0.6: .NET 8.0.6

Release

testcontainers/testcontainers-dotnet (Testcontainers)

v4.7.0

Compare Source

What's Changed

This release doesn't introduce breaking changes to the public API, but it isn't binary compatible due to necessary internal changes. Make sure to update all related packages (Testcontainers modules) to the same version. See more details here. Thanks to all contributors 👏.

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

v4.6.0

Compare Source

What's Changed

This is a patch release (but the minor version was already set). It fixes a bug in our Docker.DotNet fork where a wrong HTTP Connection header break Podman and possibly other environments. Shipped a quick fix. Thanks again to @​ahaeber and @​victor-lambret for the help.

🐛 Bug Fixes

🧹 Housekeeping

v4.5.0

Compare Source

What's Changed

Big thanks to everyone who contributed to this release 🤜🤛.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

v4.4.0

Compare Source

What's Changed

Time for a new release! Big thanks to everyone who helped out with this one. It's got some awesome new features and fixes 😎. Seriously, I can't thank you enough. This wouldn't be possible without your ongoing support 🙏.

🚀 Features


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 6, 2025 00:48
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.88%. Comparing base (7debaa5) to head (d4bfd36).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   59.88%   59.88%           
=======================================
  Files          43       43           
  Lines         688      688           
  Branches       56       56           
=======================================
  Hits          412      412           
  Misses        272      272           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/nuget-minor branch from 9004bff to 4d50e5f Compare January 8, 2025 20:56
@renovate renovate bot changed the title [deps]: Update coverlet.collector to 6.0.3 [deps]: Update nuget minor Jan 8, 2025
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from d4bfd36 to e6cb96d Compare January 14, 2025 22:54
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 5154dc8 to 36d0c96 Compare January 20, 2025 02:48
@renovate renovate bot force-pushed the renovate/nuget-minor branch 4 times, most recently from a7134e0 to 66af17e Compare February 18, 2025 20:51
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 3ac8bab to 0a85a95 Compare March 3, 2025 19:00
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 0a85a95 to dc693ae Compare March 18, 2025 17:45
@renovate renovate bot force-pushed the renovate/nuget-minor branch from dc693ae to dd128e2 Compare March 27, 2025 00:37
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from a19e7db to 8acd495 Compare April 15, 2025 20:32
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 8acd495 to 6b50f5c Compare April 21, 2025 16:58
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 6b50f5c to 5cafad5 Compare May 11, 2025 01:05
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from bf182ce to cfe720d Compare May 27, 2025 10:07
@renovate renovate bot force-pushed the renovate/nuget-minor branch 3 times, most recently from 5111c6c to e1af7f4 Compare June 14, 2025 07:26
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 73aaeed to 0540752 Compare June 20, 2025 08:54
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from cf26b73 to bfce607 Compare July 21, 2025 04:24
@renovate renovate bot force-pushed the renovate/nuget-minor branch from bfce607 to 5a89167 Compare July 24, 2025 01:03
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 5a89167 to bba9605 Compare August 12, 2025 09:11
@renovate renovate bot force-pushed the renovate/nuget-minor branch from bba9605 to 3c12a24 Compare August 23, 2025 03:14
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 3c12a24 to 24b4d43 Compare September 4, 2025 11:00
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.

0 participants