passwordless-dotnet icon indicating copy to clipboard operation
passwordless-dotnet copied to clipboard

[deps]: Update nuget minor

Open renovate[bot] opened this issue 1 year ago • 2 comments

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.22 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.11 -> 8.0.22 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.11 -> 8.0.22 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.8.1 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.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: https://github.com/fluentassertions/fluentassertions/compare/7.1.0...7.2.0

v7.1.0

Compare Source

What's Changed

Improvements
Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/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: https://github.com/microsoft/vstest/compare/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: https://github.com/microsoft/vstest/compare/v17.13.0...v17.14.0

v17.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.0

testcontainers/testcontainers-dotnet (Testcontainers)

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

v4.2.0

Compare Source

What's Changed

Thanks for all the contributions. Great first release of the year ❤️.

🚀 Features

🐛 Bug Fixes

🧹 Housekeeping

coverlet-coverage/coverlet (coverlet.collector)

v6.0.4

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

Diff between 6.0.3 and 6.0.4

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

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source


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[bot] avatar Jan 06 '25 00:01 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 06 '25 00:01 codecov[bot]

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

atlassian[bot] avatar Sep 22 '25 22:09 atlassian[bot]