Fake.Reset replaces Fake.ClearConfiguration as the preferred mechanism to clear existing fakes' configuration. (#1839)
Resets all changes made to the fake after it was created.
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.
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.
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.
Bumps the default group with 21 updates in the /src directory:
8.1.0
8.3.0
6.11.0
6.12.1
8.0.7
8.0.8
17.9.0
17.11.1
3.7.0
3.10.0
3.7.0
3.10.0
3.7.0
3.10.0
2.7.0
2.9.2
2.4.1
2.6.0
2.5.7
2.8.2
8.0.3
8.0.8
8.0.1
8.0.2
8.0.7
8.0.8
2.4.2
2.10.0
2.4.2
2.10.0
8.0.7
8.0.8
8.0.4
8.0.8
2.4.2
2.10.0
2.4.2
2.10.0
2.4.2
2.10.0
8.0.3
8.0.8
8.0.3
8.0.8
2.4.2
2.10.0
2.4.2
2.10.0
2.4.2
2.10.0
2.4.2
2.10.0
Updates
FakeItEasy
from 8.1.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.11.0 to 6.12.1Release notes
Sourced from FluentAssertions's releases.
... (truncated)
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.EntityFrameworkCore.InMemory
from 8.0.7 to 8.0.8Release notes
Sourced from Microsoft.EntityFrameworkCore.InMemory'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
Microsoft.NET.Test.Sdk
from 17.9.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
Testcontainers
from 3.7.0 to 3.10.0Release notes
Sourced from Testcontainers'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
Testcontainers.PostgreSql
from 3.7.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
Testcontainers
from 3.7.0 to 3.10.0Release notes
Sourced from Testcontainers'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.2Commits
82543a6
v2.9.20f8f156
#3031: Changes to TheoryData break tests with arrays of objects502f6d1
Bump up to v2.9.2-prebb7c3e4
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 READMEUpdates
Xunit.Extensions.AssemblyFixture
from 2.4.1 to 2.6.0Release notes
Sourced from Xunit.Extensions.As... _Description has been truncated_