Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
FluentAssertions (source) 7.0.07.2.0 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.118.0.22 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.118.0.22 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.118.0.22 age confidence
Microsoft.NET.Test.Sdk 17.12.017.14.1 age confidence
System.Memory 4.6.04.6.3 age confidence
System.Text.Json (source) 8.0.58.0.6 age confidence
Testcontainers (source) 4.1.04.10.0 age confidence
coverlet.collector 6.0.26.0.4 age confidence
xunit 2.9.22.9.3 age confidence
xunit.runner.visualstudio 3.0.03.1.5 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/dotnet (Microsoft.AspNetCore.Identity.EntityFrameworkCore)

v8.0.18: .NET 8.0.18

You can build .NET 8.0 from the repository by cloning the release tag v8.0.18 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.17: .NET 8.0.17

You can build .NET 8.0 from the repository by cloning the release tag v8.0.17 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.16: .NET 8.0.16

You can build .NET 8.0 from the repository by cloning the release tag v8.0.16 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.15: .NET 8.0.15

You can build .NET 8.0 from the repository by cloning the release tag v8.0.15 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.14: .NET 8.0.14

You can build .NET 8.0 from the repository by cloning the release tag v8.0.14 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.13: .NET 8.0.13

You can build .NET 8.0 from the repository by cloning the release tag v8.0.13 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.12: .NET 8.0.12

You can build .NET 8.0 from the repository by cloning the release tag v8.0.12 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

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

testcontainers/testcontainers-dotnet (Testcontainers)

v4.10.0

Compare Source

What's Changed

Happy New Year, everyone! 🎉

Please note that going forward, we expect developers to explicitly pin the image version (https://redirect.github.com/testcontainers/testcontainers-dotnet/discussions/1470). We consider this a best practice and it aligns with other language implementations.

Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to 1.44 (see the previous release notes). You can override this default and set it to the version you're using, ideally 1.52, which corresponds to v29, if you're already running it.

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

v4.9.0

Compare Source

What's Changed

This release adds a new configuration (DOCKER_API_VERSION) that lets you pin and downgrade the Docker Engine API version. This was needed because Docker Engine v29 introduced breaking changes that affect Docker.DotNet and Testcontainers for .NET. This release pins the API version to 1.44. So far, no issues or negative side effects have been observed.

I am also working on updating Docker.DotNet to make it fully compatible with Docker Engine v29. There is already a work-in-progress PR.

Thanks to all the contributors who helped with this release 👍.

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

v4.8.1

Compare Source

What's Changed

🐛 Bug Fixes

v4.8.0

Compare Source

What's Changed

Thank you to all the contributors 🙌.

In version 4.7.0, we noticed that the reuse hash could change depending on the order of dictionary values. This has been fixed to ensure that dictionary values are processed in a consistent order when generating the reuse hash. As a result, the reuse hash will likely change again with 4.8.0.

Wait strategies now default to the Running mode. This mode expects the container to remain running throughout startup. If the container exits unexpectedly, Testcontainers will throw a ContainerNotRunningException that includes the exit code and container logs.

The container startup callback now includes an additional overload that provides the actual container configuration. If you implement IContainerBuilder<TBuilderEntity, TContainerEntity>, you need to add the container configuration (e.g., IContainerConfiguration) as a third generic type constraint to IContainerBuilder.

IContainerBuilder.WithResourceMapping and IContainer.CopyAsync now include two new optional arguments: uid and gid. If you do not need to specify those, use named arguments for the existing parameters: fileMode or ct.

⚠️ Breaking Changes

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

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
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

v4.3.0

Compare Source

What's Changed

Thank you to all the contributors 🙌.

🚀 Features
🐛 Bug Fixes
🧹 Housekeeping

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
@codecov
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
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 24b4d43 to c5841c8 Compare September 16, 2025 16:08
@atlassian
Copy link

atlassian bot commented Sep 22, 2025

🔗 Link your GitHub account to Atlassian

To enable Code Reviewer, please link your GitHub account to your Atlassian account.

Click here to connect your accounts

This is a one-time setup that takes less than a minute.

@renovate renovate bot force-pushed the renovate/nuget-minor branch from c5841c8 to be80cd9 Compare October 5, 2025 02:06
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 5bf9934 to 796d8c4 Compare October 26, 2025 15:02
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 796d8c4 to f116b11 Compare October 30, 2025 01:47
@renovate renovate bot force-pushed the renovate/nuget-minor branch from f116b11 to 93be413 Compare November 18, 2025 23:42
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 93be413 to 5f02013 Compare November 30, 2025 19:29
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 5f02013 to 85ea39c Compare January 8, 2026 21:09
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.

1 participant