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!
Thank you to everyone whose contributions made this release possible.
What's Changed
⚠️ Breaking Changes
The UntilOperationIsSucceeded(Func<bool>, int, Action<IWaitStrategy>) 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).
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to ...
_Description has been truncated_
Bumps the default group with 20 updates in the /src directory:
8.2.0
8.3.0
6.12.0
6.12.1
17.10.0
17.11.1
2.4.2
2.8.0
3.8.0
3.10.0
2.7.0
2.9.1
2.5.7
2.8.2
8.0.6
8.0.8
8.0.1
8.0.2
8.0.7
8.0.8
2.4.2
2.8.0
2.4.2
2.8.0
8.0.7
8.0.8
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
7.0.2
7.2.3
8.0.6
8.0.8
8.0.6
8.0.8
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
2.4.2
2.8.0
Updates
FakeItEasy
from 8.2.0 to 8.3.0Release notes
Sourced from FakeItEasy's releases.
Commits
94caef0
Merge pull request #2034 from thomaslevesque/fix-null-event-handlerbc16732
Rename EventRaisingSpecs to EventSpecsa77c8fd
Handle case where event handler is nullfbfabf9
Add failing specs to reproduce the issue87511a7
Merge pull request #2032 from FakeItEasy/dependabot/pip/urllib3-2.2.26430612
Bump urllib3 from 2.2.1 to 2.2.244217e2
Merge pull request #2029 from blairconrad/macOS752218d
Run CI build on macos as well9edb29c
Correct option for listing build targetscc27472
Merge pull request #2028 from thomaslevesque/internals-visibleto-in-project-fileUpdates
FluentAssertions
from 6.12.0 to 6.12.1Release notes
Sourced from FluentAssertions's releases.
Commits
a8e7f17
Update qodanad58e0b5
Turn off RoslynAnalyzers in Qodana WF (#2504)2181217
Remove unused usings2c3a012
Make implicit usage more explicit1d5d64f
Do not useUsingLineBreaks
for[Not]BeSameAs
c30fc7a
FixedBeEquivalentTo
when using a custom comparer targeting nullable types ...f9b770b
Make ThrowWithinAsync respect canceled tasks (#2614)f204cf3
Simplify deferred allocation with local functiona3644b0
Only allocate Lazy<> and lambda when necessaryf3b4564
Ensured that nested assertion scopes produce a nested context (#2607)Updates
Microsoft.NET.Test.Sdk
from 17.10.0 to 17.11.1Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
... (truncated)
Commits
58dbd02
Revert "Do not publish to BAR when RTM version is built"aa62848
Do not publish to BAR when RTM version is builtd824a2f
Bump 17.11.1ed4ac92
Forward error output from testhost as info (#5193)c6ad3e3
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...910ca0d
Fix output based test (#5131)0518cea
Rebrand to 17.11-release (#5128)5b69fd3
Write dll instead of target on abort, rename errors (#5115)7264afa
Error output as info in terminal logger (#5113)3d2ea06
remove disable interactive auth (#5110)Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.DateTimeProvider
from 2.4.2 to 2.8.0Commits
Updates
Testcontainers.PostgreSql
from 3.8.0 to 3.10.0Release notes
Sourced from Testcontainers.PostgreSql's releases.
... (truncated)
Commits
934d7f0
chore: Apply fix for redirect.github.com/apache/pulsar/issues/22811 only for affected ...5b3d494
chore: Replace codeinclude with snippets (#1251)2da2080
docs: Use codeinclude in module examples (#1245)b2699cc
fix: Get sqlcmd utility file path from container instead of const file path (...fffd384
feat: Add MongoDB replica set support (#1196)87184e3
feat: Detect CSharp, FSharp and Visual Basic projects (#1234)dd05999
chore: Change global.json roll-forward policy fromlatestPatch
to `latestMi...ace1fe0
feat: Improve parsing of Docker image tag version `MatchVersion(Predicate<Ver...1a64762
fix: Add Keycloak health port 9000 starting from major version 25 (#1213)9a59b3e
feat: Log Docker daemon labels if present (#1226)Updates
xunit
from 2.7.0 to 2.9.1Commits
bb7c3e4
v2.9.15d70d25
#3028: Support IGrouping<TKey,TValue> in Assert.Equivalent (v2)ed6e05b
Add support for IGrouping<,> in ArgumentFormatter, assuming it's safe to re-e...d97c7f8
Restore TestInvoker<T>.GetTaskFromResult (forwards to AsyncUtility.TryConvert...416ed81
#3021: Add overload of Assert.Equal to resolve compiler ambiguity6b86235
Add Assert.Equivalent support for evaluating Lazy<T>aadff05
Updated build table in README1949c78
Missing <properties> wrapper in JUnit output7dceffa
#2979: Update JUnitXml.xslt, based on https://github.com/testmoapp/junitxml?t...935af73
Latest assertion testsUpdates
xunit.runner.visualstudio
from 2.5.7 to 2.8.2Commits
699d445
v2.8.2e5e6fba
Move 2.x builds to the v2 brancha501f16
Updated .gitignore07a1bdd
Add launchSettings.json to .gitignore3762114
Update README build table to Markdown78342f0
Latest builder970f773
Updated .gitignoreb343d87
Bump up to v2.8.2-prece9211e
v2.8.13656cb8
Use 'dotnet format' instead of 'dotnet dotnet-format'Updates
Microsoft.AspNetCore.Mvc.Testing
from 8.0.6 to 8.0.8Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
Commits
954f61d
Merged PR 41234: Update token timeoutb4bd413
Merged PR 41232: Regenerate SAS before installersa9a9679
Merged PR 41208: Updated ci.yml - name artifacts with attempt number where pu...d7cd46e
Updated ci-public.yml - add job attempt number to log and test results artifa...502dd8f
Updated ci.yml - name artifacts with attempt number where publish on error is...02af77e
Merge commit '8627de289bea83ff85b0e54c4a085680b01668f8'8627de2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...2ccd323
Merged PR 41169: [internal/release/8.0] Update dependencies from dnceng/inter...c1bbdb5
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...ad6f7a6
Merge commit 'b1fbaaab3f1c9fe17d22eda6c0425c2f2aa89674'Updates
Microsoft.Extensions.Configuration.Binder
from 8.0.1 to 8.0.2Release notes
Sourced from Microsoft.Extensions.Configuration.Binder's releases.
Commits
1381d5e
Merge in 'release/8.0' changesc987e4f
[release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)441c91d
Merge in 'release/8.0' changesc93800e
Merge pull request #97065 from carlossanlop/release/8.0-stagingc2d2bb3
Merge branch 'release/8.0' into release/8.0-staging6d35e39
[release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...96b0a55
[release/8.0-staging] macOS: Set certificate as a dependency of private key h...85c2772
[release/8.0] Fix server-side OCSP stapling on Linux (#96838)683da71
[release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...f9d0a7b
[release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)Updates
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
from 8.0.7 to 8.0.8Release notes
Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore's releases.
Commits
954f61d
Merged PR 41234: Update token timeoutb4bd413
Merged PR 41232: Regenerate SAS before installersa9a9679
Merged PR 41208: Updated ci.yml - name artifacts with attempt number where pu...d7cd46e
Updated ci-public.yml - add job attempt number to log and test results artifa...502dd8f
Updated ci.yml - name artifacts with attempt number where publish on error is...02af77e
Merge commit '8627de289bea83ff85b0e54c4a085680b01668f8'8627de2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...2ccd323
Merged PR 41169: [internal/release/8.0] Update dependencies from dnceng/inter...c1bbdb5
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...ad6f7a6
Merge commit 'b1fbaaab3f1c9fe17d22eda6c0425c2f2aa89674'Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling
from 2.4.2 to 2.8.0Commits
Updates
Microsoft.EntityFrameworkCore.Design
from 8.0.7 to 8.0.8Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
Commits
90d0799
Merged PR 41167: Temporarily work around '/' in dSASe7f0165
Merged PR 41160: Temporarily work around '/' in dSASecfccf0
Merged PR 41109: [internal/release/8.0] Update dependencies from dnceng/inter...5efec91
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...3b2db3b
Merge commit '65e7cb610848962a63829e41b89931754f8069b0'65e7cb6
Up SAS timeout to 3 hours (#34229)f2ed96b
Merge commit '8b6c0ded38700b2cc220131ab81677d81530054f'8b6c0de
Enable internal runtime downloads via dSAS (#34217)4ce4850
Merge commit '38a1ea20451f0891ad576a879a37ac67dd96a380'38a1ea2
Update dependencies from https://github.com/dotnet/arcade build 20240710.5 (#...Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.Linq
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.Logging
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.Seeding
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling
from 2.4.2 to 2.8.0Commits
Updates
JsonSchema.Net
from 7.0.2 to 7.2.3Commits
96e1ccf
update version and release noteseb63eaf
Merge pull request #792 from json-everything/schema/serialized-validation-ext...08c8464
set the typed converter options from the converter factory options at point o...2d44072
replicate test0169522
Merge pull request #788 from json-everything/updates8b34443
update actions580be9a
fix bug fix... and teste63b3f3
touch up website; update artifact uploads2dbdd80
update version and release notes71cf79b
fix bugUpdates
Microsoft.AspNetCore.Authentication.JwtBearer
from 8.0.6 to 8.0.8Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
Commits
954f61d
Merged PR 41234: Update token timeoutb4bd413
Merged PR 41232: Regenerate SAS before installersa9a9679
Merged PR 41208: Updated ci.yml - name artifacts with attempt number where pu...d7cd46e
Updated ci-public.yml - add job attempt number to log and test results artifa...502dd8f
Updated ci.yml - name artifacts with attempt number where publish on error is...02af77e
Merge commit '8627de289bea83ff85b0e54c4a085680b01668f8'8627de2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...2ccd323
Merged PR 41169: [internal/release/8.0] Update dependencies from dnceng/inter...c1bbdb5
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...ad6f7a6
Merge commit 'b1fbaaab3f1c9fe17d22eda6c0425c2f2aa89674'Updates
Microsoft.AspNetCore.OpenApi
from 8.0.6 to 8.0.8Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
Commits
954f61d
Merged PR 41234: Update token timeoutb4bd413
Merged PR 41232: Regenerate SAS before installersa9a9679
Merged PR 41208: Updated ci.yml - name artifacts with attempt number where pu...d7cd46e
Updated ci-public.yml - add job attempt number to log and test results artifa...502dd8f
Updated ci.yml - name artifacts with attempt number where publish on error is...02af77e
Merge commit '8627de289bea83ff85b0e54c4a085680b01668f8'8627de2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...2ccd323
Merged PR 41169: [internal/release/8.0] Update dependencies from dnceng/inter...c1bbdb5
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...ad6f7a6
Merge commit 'b1fbaaab3f1c9fe17d22eda6c0425c2f2aa89674'Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.Web
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.DateTimeProvider
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.Linq
from 2.4.2 to 2.8.0Commits
Updates
Org.Eclipse.TractusX.Portal.Backend.Framework.Logging
from 2.4.2 to 2.8.0Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show