bitwarden / passwordless-dotnet

Bitwarden Passwordless.dev .NET SDK.
https://bitwarden.com/
Apache License 2.0
36 stars 11 forks source link

[deps]: Update nuget minor #150

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AutoFixture 4.18.0 -> 4.18.1 age adoption passing confidence
FluentAssertions (source) 6.12.0 -> 6.12.1 age adoption passing confidence
GitHubActionsTestLogger 2.3.3 -> 2.4.1 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.0 -> 8.0.8 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.0 -> 8.0.8 age adoption passing confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.0 -> 8.0.8 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.8.0 -> 17.11.1 age adoption passing confidence
Moq 4.20.69 -> 4.20.72 age adoption passing confidence
Testcontainers (source) 3.6.0 -> 3.10.0 age adoption passing confidence
coverlet.collector 6.0.0 -> 6.0.2 age adoption passing confidence
xunit 2.6.2 -> 2.9.2 age adoption passing confidence
xunit.runner.visualstudio 2.5.4 -> 2.8.2 age adoption passing confidence

Release Notes

AutoFixture/AutoFixture (AutoFixture) ### [`v4.18.1`](https://redirect.github.com/AutoFixture/AutoFixture/releases/tag/v4.18.1): Version v4.18.1 ##### What's Changed - Added COC, license and foundation information by [@​aivascu](https://redirect.github.com/aivascu) in [https://github.com/AutoFixture/AutoFixture/pull/1393](https://redirect.github.com/AutoFixture/AutoFixture/pull/1393) - Added support for FakeItEasy 8 by [@​aivascu](https://redirect.github.com/aivascu) in [https://github.com/AutoFixture/AutoFixture/pull/1415](https://redirect.github.com/AutoFixture/AutoFixture/pull/1415) **Full Changelog**: https://github.com/AutoFixture/AutoFixture/compare/v4.18.0...v4.18.1
fluentassertions/fluentassertions (FluentAssertions) ### [`v6.12.1`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/6.12.1) [Compare Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) ##### What's Changed ##### Improvements - Improve `BeEmpty()` and `BeNullOrEmpty()` performance for `IEnumerable`, by materializing only the first item - [#​2530](https://redirect.github.com/fluentassertions/fluentassertions/pull/2530) ##### Fixes - Fixed formatting error when checking nullable `DateTimeOffset` with `BeWithin(...).Before(...)` - [#​2312](https://redirect.github.com/fluentassertions/fluentassertions/pull/2312) - `BeEquivalentTo` will now find and can map subject properties that are implemented through an explicitly-implemented interface - [#​2152](https://redirect.github.com/fluentassertions/fluentassertions/pull/2152) - Fixed that the `because` and `becauseArgs` were not passed down the equivalency tree - [#​2318](https://redirect.github.com/fluentassertions/fluentassertions/pull/2318) - `BeEquivalentTo` can again compare a non-generic `IDictionary` with a generic one - [#​2358](https://redirect.github.com/fluentassertions/fluentassertions/pull/2358) - Fixed that the `FormattingOptions` were not respected in inner `AssertionScope` - [#​2329](https://redirect.github.com/fluentassertions/fluentassertions/pull/2329) - Capitalize `true` and `false` in failure messages and make them formattable to a custom `BooleanFormatter` - [#​2390](https://redirect.github.com/fluentassertions/fluentassertions/pull/2390), [#​2393](https://redirect.github.com/fluentassertions/fluentassertions/pull/2393) - Improved the failure message for `NotBeOfType` when wrapped in an `AssertionScope` and the subject is null - [#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399) - Improved the failure message for `BeWritable`/`BeReadable` when wrapped in an `AssertionScope` and the subject is read-only/write-only - [#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399) - Improved the failure message for `ThrowExactly[Async]` when wrapped in an `AssertionScope` and no exception is thrown - [#​2398](https://redirect.github.com/fluentassertions/fluentassertions/pull/2398) - Improved the failure message for `[Not]HaveExplicitProperty` when wrapped in an `AssertionScope` and not implementing the interface - [#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403) - Improved the failure message for `[Not]HaveExplicitMethod` when wrapped in an `AssertionScope` and not implementing the interface - [#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403) - Changed `BeEquivalentTo` to exclude `private protected` members from the comparison - [#​2417](https://redirect.github.com/fluentassertions/fluentassertions/pull/2417) - Fixed using `BeEquivalentTo` on an empty `ArraySegment` - [#​2445](https://redirect.github.com/fluentassertions/fluentassertions/pull/2445), [#​2511](https://redirect.github.com/fluentassertions/fluentassertions/pull/2511) - `BeEquivalentTo` with a custom comparer can now handle null values - [#​2489](https://redirect.github.com/fluentassertions/fluentassertions/pull/2489) - Ensured that nested calls to `AssertionScope(context)` create a chained context - [#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607) - One overload of the `AssertionScope` constructor would not create an actual scope associated with the thread - [#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607) - Fixed `ThrowWithinAsync` not respecting `OperationCanceledException` - [#​2614](https://redirect.github.com/fluentassertions/fluentassertions/pull/2614) - Fixed using `BeEquivalentTo` with an `IEqualityComparer` targeting nullable types - [#​2648](https://redirect.github.com/fluentassertions/fluentassertions/pull/2648) **Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1
Tyrrrz/GitHubActionsTestLogger (GitHubActionsTestLogger) ### [`v2.4.1`](https://redirect.github.com/Tyrrrz/GitHubActionsTestLogger/releases/tag/2.4.1) [Compare Source](https://redirect.github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.4...2.4.1) #### What's Changed - Fix incorrect fallback for the "include not found tests" option by [@​Tyrrrz](https://redirect.github.com/Tyrrrz) in [https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/27](https://redirect.github.com/Tyrrrz/GitHubActionsTestLogger/pull/27) **Full Changelog**: https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.4...2.4.1 ### [`v2.4.0`](https://redirect.github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.3...2.4) [Compare Source](https://redirect.github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.3...2.4)
dotnet/aspnetcore (Microsoft.AspNetCore.Identity.EntityFrameworkCore) ### [`v8.0.8`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.8): .NET 8.0.8 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8) ### [`v8.0.7`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.6...v8.0.7) ### [`v8.0.6`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) ### [`v8.0.5`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.5): .NET 8.0.5 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.5) ##### What's Changed - \[release/8.0] Update dependencies from dotnet/source-build-externals by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/54744](https://redirect.github.com/dotnet/aspnetcore/pull/54744) - Update branding to 8.0.5 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/54907](https://redirect.github.com/dotnet/aspnetcore/pull/54907) - \[release/8.0] Convert to 1ES templates by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/aspnetcore/pull/54660](https://redirect.github.com/dotnet/aspnetcore/pull/54660) - Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by [@​Eilon](https://redirect.github.com/Eilon) in [https://github.com/dotnet/aspnetcore/pull/54608](https://redirect.github.com/dotnet/aspnetcore/pull/54608) - \[release/8.0] (deps): Bump src/submodules/googletest from `31993df` to `77afe8e` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/54872](https://redirect.github.com/dotnet/aspnetcore/pull/54872) - \[release/8.0] Reduce helix-matrix timeout to 5 hours by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54778](https://redirect.github.com/dotnet/aspnetcore/pull/54778) - \[release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by [@​halter73](https://redirect.github.com/halter73) in [https://github.com/dotnet/aspnetcore/pull/54655](https://redirect.github.com/dotnet/aspnetcore/pull/54655) - \[release/8.0] Improve usage of `Type.GetType` when activating types in data protection by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54762](https://redirect.github.com/dotnet/aspnetcore/pull/54762) - \[release/8.0] Fix route analyzer performance with highly concatenated strings by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54763](https://redirect.github.com/dotnet/aspnetcore/pull/54763) - \[release/8.0] Suppress .ps1 SDL errors by [@​wtgodbe](https://redirect.github.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54915](https://redirect.github.com/dotnet/aspnetcore/pull/54915) - \[release/8.0] Backport test fixes by [@​MackinnonBuck](https://redirect.github.com/MackinnonBuck) in [https://github.com/dotnet/aspnetcore/pull/54912](https://redirect.github.com/dotnet/aspnetcore/pull/54912) - \[release/8.0] Skip SpotBugs for now by [@​wtgodbe](https://redirect.github.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54952](https://redirect.github.com/dotnet/aspnetcore/pull/54952) - Merging internal commits for release/8.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/55034](https://redirect.github.com/dotnet/aspnetcore/pull/55034) - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/55061](https://redirect.github.com/dotnet/aspnetcore/pull/55061) - \[release/8.0] Update Wix version by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/55101](https://redirect.github.com/dotnet/aspnetcore/pull/55101) **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5 ### [`v8.0.4`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.4): .NET 8.0.4 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.3`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.3): .NET 8.0.3 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.3) ### [`v8.0.2`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.2): .NET 8.0.2 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.2) ### [`v8.0.1`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.1)
dotnet/efcore (Microsoft.EntityFrameworkCore.Sqlite) ### [`v8.0.8`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.8): .NET 8.0.8 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8) ### [`v8.0.7`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.7): .NET 8.0.7 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.7) ### [`v8.0.6`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.6): EF Core 8.0.6 This is a [patch release of EF Core 8.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.6) containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5. ### [`v8.0.5`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.5): EF Core 8.0.5 This is a [patch release of EF Core 8.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.5) containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4. ### [`v8.0.4`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.4): EF Core 8.0.4 EF Core 8.0.4 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.4). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://redirect.github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.4+is%3Aclosed): - [Incorrect apply projection for complex properties](https://redirect.github.com/dotnet/efcore/issues/32911) - [The database default created by Migrations for primitive collections mapped to JSON is invalid](https://redirect.github.com/dotnet/efcore/issues/32972) - [Filtering by Contains with HierarchyId and AsSplitQuery is not working](https://redirect.github.com/dotnet/efcore/issues/32976) - [Unfulfillable nullable contraints are set for complex types with TPH entities](https://redirect.github.com/dotnet/efcore/issues/33004) - [OutOfMemoryException when creating migration using ef tool](https://redirect.github.com/dotnet/efcore/issues/33176) - [SQL Server: Should retry on 203](https://redirect.github.com/dotnet/efcore/issues/33260) ### [`v8.0.3`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.3): EF Core 8.0.3 EF Core 8.0.3 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.3). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://redirect.github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.3+is%3Aclosed): - [Constructor calls when using inheritance with owned entities causes exceptions](https://redirect.github.com/dotnet/efcore/issues/31353) - [Missing package README file](https://redirect.github.com/dotnet/efcore/issues/31947) - [String properties with indexes are compared case insensitively on SQL Server](https://redirect.github.com/dotnet/efcore/issues/32898) - [Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions](https://redirect.github.com/dotnet/efcore/issues/32614) - [Exception when using FromSql on entity with ComplexProperty](https://redirect.github.com/dotnet/efcore/issues/32699) - [IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH](https://redirect.github.com/dotnet/efcore/issues/32701) - [SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines](https://redirect.github.com/dotnet/efcore/issues/32730) - [NullReferenceException in Get-Migration in EF Core 8](https://redirect.github.com/dotnet/efcore/issues/32732) - [Owned entity on genericly typed entity generates unwanted steps in new migrations](https://redirect.github.com/dotnet/efcore/issues/32763) - [Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.](https://redirect.github.com/dotnet/efcore/issues/32782) - [Query never returns when DB value for column mapped to primitive collection is](https://redirect.github.com/dotnet/efcore/issues/32896) ### [`v8.0.2`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.2): EF Core 8.0.2 EF Core 8.0.2 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.2). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://redirect.github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed): - [Adding EF.Constant to prevent parameterization in query](https://redirect.github.com/dotnet/efcore/issues/32680) - [Nav expansion visitor does not visit the Contains item argument](https://redirect.github.com/dotnet/efcore/issues/32217) - [SqliteException "no such column : rX.value" when ordering on subquery value in combination with a "where contains" when upgrading from 7 to 8.0.0-rc.2.23480.1](https://redirect.github.com/dotnet/efcore/issues/32234) - [DB Context pooling with proxies resulting in memory issues in 8.0 RC2](https://redirect.github.com/dotnet/efcore/issues/32267) - [Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)](https://redirect.github.com/dotnet/efcore/issues/32312) - [LINQ "Contains" generates SQL with wrong char length](https://redirect.github.com/dotnet/efcore/issues/32325) - [Using new\[\] in select query gives exception .NET 8](https://redirect.github.com/dotnet/efcore/issues/32331) - [EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')](https://redirect.github.com/dotnet/efcore/issues/32363) - [New OpenJSON expression to SQL translation breaks aggregates on subquery with 'Cannot perform an aggregate function on an expression containing an aggregate or a subquery' exception](https://redirect.github.com/dotnet/efcore/issues/32374) - [Did Contains stop working on empty list in EF Core 8?](https://redirect.github.com/dotnet/efcore/issues/32375) - [LINQ "Contains" fails to generate SQL with custom converter](https://redirect.github.com/dotnet/efcore/issues/32376) - [error on working with explicit many-to-many relations with OnDelete.Restrict](https://redirect.github.com/dotnet/efcore/issues/32383) - [Lazy loader throwing invalid operation exceptions](https://redirect.github.com/dotnet/efcore/issues/32390) - [Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour](https://redirect.github.com/dotnet/efcore/issues/32410) - [Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer](https://redirect.github.com/dotnet/efcore/issues/32411) - [Inconsistent behavior related to relationship cycle](https://redirect.github.com/dotnet/efcore/issues/32422) - [Property conversions are lost on base type is subtype is registered to model afterwards after upgrade to EFCore 8](https://redirect.github.com/dotnet/efcore/issues/32430) - [Incorrect parameter rewriting for string StartsWith/EndsWith/Contains](https://redirect.github.com/dotnet/efcore/issues/32432) - [Migrations bug when creating stored procedure with GOTO statement](https://redirect.github.com/dotnet/efcore/issues/32457) - [Unable to Scaffold DBContext if tables in SQL Server have certain names](https://redirect.github.com/dotnet/efcore/issues/32571) - [Contains translates to correlated query when the item is nullable](https://redirect.github.com/dotnet/efcore/issues/32574) - [FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder](https://redirect.github.com/dotnet/efcore/issues/32601) - [String comparison fails when using const and compiled Models.](https://redirect.github.com/dotnet/efcore/issues/32617) - [Exception when writing a JSON column with negative enum value](https://redirect.github.com/dotnet/efcore/issues/32679) - [Getting errors when mixing DbFunction and SqlQueryRaw](https://redirect.github.com/dotnet/efcore/issues/32680) ### [`v8.0.1`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.1)
microsoft/vstest (Microsoft.NET.Test.Sdk) ### [`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1) #### What's Changed - \[rel/17.11] Forward error output from testhost as info by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1 ### [`v17.11.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://redirect.github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://redirect.github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://redirect.github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://redirect.github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://redirect.github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://redirect.github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://redirect.github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://redirect.github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://redirect.github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://redirect.github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://redirect.github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://redirect.github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://redirect.github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://redirect.github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://redirect.github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://redirect.github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://redirect.github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://redirect.github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://redirect.github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://redirect.github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://redirect.github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://redirect.github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://redirect.github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://redirect.github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://redirect.github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://redirect.github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://redirect.github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://redirect.github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://redirect.github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://redirect.github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://redirect.github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://redirect.github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://redirect.github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://redirect.github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://redirect.github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://redirect.github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://redirect.github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://redirect.github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://redirect.github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://redirect.github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://redirect.github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06 ### [`v17.10.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.10.0) ##### What's Changed - Add missing runtimeconfig.json file for 8.0 by [@​MarcoRossignoli](https://redirect.github.com/MarcoRossignoli) in [https://github.com/microsoft/vstest/pull/4792](https://redirect.github.com/microsoft/vstest/pull/4792) - Localized file check-in by OneLocBuild Task: Build definition ID 1222: Build ID [`2338548`](https://redirect.github.com/microsoft/vstest/commit/2338548) by [@​dotnet-bot](https://redirect.github.com/dotnet-bot) in [https://github.com/microsoft/vstest/pull/4794](https://redirect.github.com/microsoft/vstest/pull/4794) - Disable testhost prestart by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4833](https://redirect.github.com/microsoft/vstest/pull/4833) - Terminal logger fixes by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4834](https://redirect.github.com/microsoft/vstest/pull/4834) - Add RiscV64 by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4838](https://redirect.github.com/microsoft/vstest/pull/4838) - Add deterministic source mapping storing for Microsoft.CodeCoverage by [@​jakubch1](https://redirect.github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/4849](https://redirect.github.com/microsoft/vstest/pull/4849) - Fix terminal logger encoding & error by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4853](https://redirect.github.com/microsoft/vstest/pull/4853) - Update sourcebuild configuration to build net previous and net current by [@​Evangelink](https://redirect.github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4856](https://redirect.github.com/microsoft/vstest/pull/4856) - Updating version of Microsoft.VisualStudio.Interop to 17.10 by [@​MSLukeWest](https://redirect.github.com/MSLukeWest) in [https://github.com/microsoft/vstest/pull/4866](https://redirect.github.com/microsoft/vstest/pull/4866) - Add VSTEST_DIAG_VERBOSITY to help by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4882](https://redirect.github.com/microsoft/vstest/pull/4882) - Fix feature flag name by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4885](https://redirect.github.com/microsoft/vstest/pull/4885) - Improve terminal logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4877](https://redirect.github.com/microsoft/vstest/pull/4877) - Remove PackageLicenseFile preventing PackageLicenseExpression from working by [@​lahma](https://redirect.github.com/lahma) in [https://github.com/microsoft/vstest/pull/4890](https://redirect.github.com/microsoft/vstest/pull/4890) - Add GitHub Actions logger by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/microsoft/vstest/pull/4906](https://redirect.github.com/microsoft/vstest/pull/4906) - Ensure to send a session complete event by [@​drognanar](https://redirect.github.com/drognanar) in [https://github.com/microsoft/vstest/pull/4878](https://redirect.github.com/microsoft/vstest/pull/4878) - specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by [@​ChrisGuzak](https://redirect.github.com/ChrisGuzak) in [https://github.com/microsoft/vstest/pull/4888](https://redirect.github.com/microsoft/vstest/pull/4888) - Make VSTest repo buildable in VMR non-source-build by [@​ViktorHofer](https://redirect.github.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/4920](https://redirect.github.com/microsoft/vstest/pull/4920) - Migrate pipelines by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4921](https://redirect.github.com/microsoft/vstest/pull/4921) - Add test name to MSBuild where we have frame. by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4935](https://redirect.github.com/microsoft/vstest/pull/4935) - \[rel/17.10] Add list of known TestingPlatform dlls by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4982](https://redirect.github.com/microsoft/vstest/pull/4982) And many infrastructure related changes and updates. ##### New Contributors - [@​ellahathaway](https://redirect.github.com/ellahathaway) made their first contribution in [https://github.com/microsoft/vstest/pull/4785](https://redirect.github.com/microsoft/vstest/pull/4785) - [@​MSLukeWest](https://redirect.github.com/MSLukeWest) made their first contribution in [https://github.com/microsoft/vstest/pull/4866](https://redirect.github.com/microsoft/vstest/pull/4866) - [@​lahma](https://redirect.github.com/lahma) made their first contribution in [https://github.com/microsoft/vstest/pull/4890](https://redirect.github.com/microsoft/vstest/pull/4890) - [@​ChrisGuzak](https://redirect.github.com/ChrisGuzak) made their first contribution in [https://github.com/microsoft/vstest/pull/4888](https://redirect.github.com/microsoft/vstest/pull/4888) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0 ### [`v17.9.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.9.0) ##### What's Changed - Remove dependency on Nuget.Frameworks by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4693](https://redirect.github.com/microsoft/vstest/pull/4693) - Add platform guard by [@​dotMorten](https://redirect.github.com/dotMorten) in [https://github.com/microsoft/vstest/pull/4737](https://redirect.github.com/microsoft/vstest/pull/4737) - Remove javascript in `HtmlLogger` by [@​daveMueller](https://redirect.github.com/daveMueller) in [https://github.com/microsoft/vstest/pull/4744](https://redirect.github.com/microsoft/vstest/pull/4744) - Fix CPU is consumed by polling frequently when there is no subscriber by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4735](https://redirect.github.com/microsoft/vstest/pull/4735) - Create a proper MSBuild ToolTask based VSTestTask by [@​mcartoixa](https://redirect.github.com/mcartoixa) in [https://github.com/microsoft/vstest/pull/2702](https://redirect.github.com/microsoft/vstest/pull/2702) - Update SDK, copy logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4755](https://redirect.github.com/microsoft/vstest/pull/4755) - Fix staircase in logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4756](https://redirect.github.com/microsoft/vstest/pull/4756) - Update dump client to latest by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4724](https://redirect.github.com/microsoft/vstest/pull/4724) - \[rel/17.9] Disable testhost prestart by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4836](https://redirect.github.com/microsoft/vstest/pull/4836) ##### New Contributors - [@​jithu7432](https://redirect.github.com/jithu7432) made their first contribution in [https://github.com/microsoft/vstest/pull/4698](https://redirect.github.com/microsoft/vstest/pull/4698) - [@​mcartoixa](https://redirect.github.com/mcartoixa) made their first contribution in [https://github.com/microsoft/vstest/pull/2702](https://redirect.github.com/microsoft/vstest/pull/2702) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0
moq/moq (Moq) ### [`v4.20.72`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42072-2024-09-07) [Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.71...v4.20.72) :hammer: Other: - Question: Sponsorable Attribute in release v4.20.71 [#​1513](https://redirect.github.com/devlooped/moq/issues/1513) :twisted_rightwards_arrows: Merged: - Remove unused attribute [#​1515](https://redirect.github.com/devlooped/moq/pull/1515) ([@​kzu](https://redirect.github.com/kzu)) ### [`v4.20.71`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42071-2024-09-03) [Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.70...v4.20.71) :bug: Fixed bugs: - (To delete) [#​1497](https://redirect.github.com/devlooped/moq/issues/1497) - Documentation link gives 404 [#​1495](https://redirect.github.com/devlooped/moq/issues/1495) - mock.Protected().Verify() does not work correctly [#​1493](https://redirect.github.com/devlooped/moq/issues/1493) - Documentation link is broken [#​1487](https://redirect.github.com/devlooped/moq/issues/1487) - Moq library throwing TypeIniatilizationException. [#​1459](https://redirect.github.com/devlooped/moq/issues/1459) :hammer: Other: - Documentation Unavailable Online [#​1473](https://redirect.github.com/devlooped/moq/issues/1473) - Supporting .NET8 [#​1462](https://redirect.github.com/devlooped/moq/issues/1462) - Some source code files is filled with comments like: "Unmerged change from project " [#​1451](https://redirect.github.com/devlooped/moq/issues/1451) - Question: would it make sense to call verify all on a strict mock when the mock gets disposed? [#​1440](https://redirect.github.com/devlooped/moq/issues/1440) - SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements [#​1433](https://redirect.github.com/devlooped/moq/issues/1433) - Default value ILookup<> in loose mode is `null` [#​1391](https://redirect.github.com/devlooped/moq/issues/1391) - Verifying a protected method when the exact parameter types are not statically known [#​1339](https://redirect.github.com/devlooped/moq/issues/1339) :twisted_rightwards_arrows: Merged: - Remove spurious unmerged change comment from dotnet format [#​1499](https://redirect.github.com/devlooped/moq/pull/1499) ([@​kzu](https://redirect.github.com/kzu)) - Fix semantic error in MatchersFixture.cs test [#​1496](https://redirect.github.com/devlooped/moq/pull/1496) ([@​go-hoon](https://redirect.github.com/go-hoon)) - Update License.txt to use SPDX identifier for automatic recognition [#​1471](https://redirect.github.com/devlooped/moq/pull/1471) ([@​georg-eckert-zeiss](https://redirect.github.com/georg-eckert-zeiss)) - Additional Verify overload [#​1463](https://redirect.github.com/devlooped/moq/pull/1463) ([@​bkijonka](https://redirect.github.com/bkijonka)) ### [`v4.20.70`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42070-2023-11-28) [Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.69...v4.20.70) :hammer: Other: - a minor changes to improve the readability [#​1419](https://redirect.github.com/devlooped/moq/issues/1419) - Poll on SponsorLink [#​1415](https://redirect.github.com/devlooped/moq/issues/1415) - Change log is not updated since version 4.18.4 [#​1406](https://redirect.github.com/devlooped/moq/issues/1406) - Stop using Moq as a guinea pig to get feedback on and develop SponsorLink [#​1396](https://redirect.github.com/devlooped/moq/issues/1396) - Permanently delete all data from SponsorLink's database that has been collected during builds that included Moq (notably any version 4.20.\*) [#​1395](https://redirect.github.com/devlooped/moq/issues/1395) - SponsorLink is now OSS too and no longer bundled [#​1384](https://redirect.github.com/devlooped/moq/issues/1384) - SponsorLink and supporting OSS more broadly [#​1374](https://redirect.github.com/devlooped/moq/issues/1374) - Performance issue with large interfaces [#​1350](https://redirect.github.com/devlooped/moq/issues/1350) :twisted_rightwards_arrows: Merged: - A minor negation in GetDelay to make it more readable [#​1419](https://redirect.github.com/moq/moq/issues/1419) [#​1422](https://redirect.github.com/devlooped/moq/pull/1422) ([@​iPazooki](https://redirect.github.com/iPazooki)) - Manually update CHANGELOG.md for now [#​1407](https://redirect.github.com/devlooped/moq/pull/1407) ([@​kzu](https://redirect.github.com/kzu)) - Restore GDPR compliance and privacy [#​1402](https://redirect.github.com/devlooped/moq/pull/1402) ([@​DanWillman](https://redirect.github.com/DanWillman)) - Improve performance for mocking interfaces: Cache GetInterfaceMap [#​1351](https://redirect.github.com/devlooped/moq/pull/1351) ([@​rauhs](https://redirect.github.com/rauhs))
testcontainers/testcontainers-dotnet (Testcontainers) ### [`v3.10.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/3.10.0) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it! ### What's Changed #### 🚀 Features - feat: Add MongoDB replica set support ([#​1196](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1196)) [@​artiomchi](https://redirect.github.com/artiomchi) - feat: Detect CSharp, FSharp and Visual Basic projects ([#​1234](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1234)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Improve parsing of Docker image tag version `MatchVersion(Predicate)` ([#​1231](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1231)) [@​0xced](https://redirect.github.com/0xced) - feat: Log Docker daemon labels if present ([#​1226](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1226)) [@​eddumelendez](https://redirect.github.com/eddumelendez) #### 🐛 Bug Fixes - fix: Get sqlcmd utility file path from container instead of const file path ([#​1221](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1221)) [@​outofrange-consulting](https://redirect.github.com/outofrange-consulting) - fix: Add Keycloak health port 9000 starting from major version 25 ([#​1213](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1213)) [@​paulomorgado](https://redirect.github.com/paulomorgado) - fix: Allow specifying the protocol (TCP, UDP, SCTP) to resolve the public assigned host port ([#​1219](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1219)) [@​wolfman42](https://redirect.github.com/wolfman42) - fix: Trim relative path indicators from Dockerfile path ([#​1203](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1203)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) #### 📖 Documentation - chore: Replace codeinclude with snippets ([#​1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - docs: Use codeinclude in module examples ([#​1245](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1245)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) #### 🧹 Housekeeping - chore: Apply fix for [github.com/apache/pulsar/issues/22811](redirect.github.com/apache/pulsar/issues/22811) only for affected versions ([#​1232](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1232)) [@​entvex](https://redirect.github.com/entvex) - chore: Replace codeinclude with snippets ([#​1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - chore: Change global.json roll-forward policy from `latestPatch` to `latestMinor` ([#​1230](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1230)) [@​0xced](https://redirect.github.com/0xced) - chore: Remove obsolete UntilOperationIsSucceeded wait strategy ([#​1202](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1202)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) ### [`v3.9.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/3.9.0) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Thank you to everyone whose contributions made this release possible. ##### What's Changed ##### ⚠️ Breaking Changes The `UntilOperationIsSucceeded(Func, int, Action)` wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly ([wait strategy options](https://dotnet.testcontainers.org/api/wait_strategies/)). Using reuse together with the container builder method `WithName(string)` will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously. - feat: Add wait strategy options ([#​1168](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1168)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Include the container name in the reuse hash ([#​1162](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1162)) [@​0xced](https://redirect.github.com/0xced) ##### 🚀 Features - feat: Add Apache Pulsar module ([#​1103](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1103)) [@​entvex](https://redirect.github.com/entvex) - feat: Add custom configuration for retries, interval and timeout ([#​1169](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1169)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Add wait strategy options ([#​1168](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1168)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Include the container name in the reuse hash ([#​1162](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1162)) [@​0xced](https://redirect.github.com/0xced) ##### 🐛 Bug Fixes - fix: Add default file permission (755 for image build) ([#​1176](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1176)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - fix(MySql): Create an empty `/var/lib/mysql-files` directory to prevent older versions from failing to start ([#​1144](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1144)) [@​0xced](https://redirect.github.com/0xced) ##### 📖 Documentation - docs: Add reading file from a container ([#​1151](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1151)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) ##### 🧹 Housekeeping - chore: Remove PulsarContainer.CreateAuthenticationTokenAsync(TimeSpan) default arg ([#​1195](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1195)) [@​entvex](https://redirect.github.com/entvex) - chore : Do not block async context on acquire lock ([#​1188](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1188)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - chore: Prevent ReusableResourceTest from leaking resources ([#​1164](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1164)) [@​0xced](https://redirect.github.com/0xced) - refactor: Replace Azure SQL Edge with PostgreSQL ([#​1156](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1156)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - chore: Remove obsolete members ([#​1146](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1146)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) ##### 📦 Dependency Updates - chore: Bump BouncyCastle.Cryptography ([#​1179](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1179)) [@​marco-carvalho](https://redirect.github.com/marco-carvalho) - chore: Use new sshd:1.2.0 image ([#​1160](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1160)) [@​mdelapenya](https://redirect.github.com/mdelapenya) ### [`v3.8.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/3.8.0) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/3.7.0...3.8.0) Thank you very much to all contributors once again. This version contains really great features and important fixes. Awesome increment 🙏. ##### What's Changed ##### ⚠️ Breaking Changes If you have overwritten the default logger previously (setting `TestcontainersSettings.Logger`), please be aware that each builder now offers a dedicated API to configure the actual logger. This has several advantages; among others, it integrates very nicely into xUnit.net's [scoped](https://redirect.github.com/testcontainers/testcontainers-dotnet/blob/14f9ad92ece7b5539aed0c8f2f7c5415ab97aab8/tests/Testcontainers.Platform.Linux.Tests/LoggerTest.cs) loggers. - feat: Add `WithLogg

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.



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

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 59.79%. Comparing base (ef67309) to head (9bbd7a3). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #150 +/- ## ======================================= Coverage 59.79% 59.79% ======================================= Files 43 43 Lines 689 689 Branches 56 56 ======================================= Hits 412 412 Misses 273 273 Partials 4 4 ```

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