chore(deps): Bump the nuget-dependencies group with 5 updates #206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated LanguageExt.Core from 5.0.0-beta-59 to 5.0.0-beta-61.
Release notes
Sourced from LanguageExt.Core's releases.
5.0.0-beta-61
awaitAnyimprovedThe
awaitAnyfunction - that works with anyMonadUnliftIOtrait-implementing type (IO,Eff, etc.), accepts a number of asynchronous computations, and returns when the first computation completes (a functional version ofTask.WhenAny) - will now cancel all computations once the first one has completed. This is probably the most desirable default functionality, rather than letting all computations continue until they're complete.This example will only write out
"C", theAandBprocesses will be cancelled once theCprocess completes:UninterruptibleIOThe
MonadUnliftIOtrait now has a new method:UninterruptibleIO:The default behaviour is to block cancellation-requests that are raised via the
EnvIOcancellation-token. It does this by creating a new local-EnvIOcontext that ignores the parent's cancellation context.There's an
UninterruptibleIOextension method and anuninterruptiblefunction in thePreludethat will work with anyMonadUnliftIOtrait-implementing type (IO,Eff, etc.).If you wished to go back to the old
awaitAnybehaviour then you can wrap each computation withuninterruptible(...). If we do that with the previous example:Then the output will be:
Which was the previous default functionality.
Timeout improvements
... (truncated)
Commits viewable in compare view.
Updated Reqnroll from 3.2.1 to 3.3.0.
Release notes
Sourced from Reqnroll's releases.
3.3.0
Improvements:
ReqnrollUseIntermediateOutputPathForCodeBehindMSBuild property totrue. (#947)ReqnrollUseIntermediateOutputPathForCodeBehindflag must be enabled (see above). (#948)Bug fixes:
generator/addNonParallelizableMarkerForTagsdoes not work for xUnit 3 (#917)Contributors of this release (in alphabetical order): @304NotModified, @AdaskoTheBeAsT, @clrudolphi, @Code-Grump, @copilot, @gasparnagy, @markk-df, @obligaron
Commits viewable in compare view.
Updated Reqnroll.TUnit from 3.2.1 to 3.3.0.
Updated TUnit from 1.5.60 to 1.5.70.
Release notes
Sourced from TUnit's releases.
1.5.70
What's Changed
Other Changes
--junit-output-pathCLI argument not being respected by @Copilot in Fix:--junit-output-pathCLI argument not being respected thomhurst/TUnit#4096Dependencies
Full Changelog: thomhurst/TUnit@v1.5.60...v1.5.70
Commits viewable in compare view.
Updated Verify.TUnit from 31.8.0 to 31.9.0.
Release notes
Sourced from Verify.TUnit's releases.
No release notes found for this version range.
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions