Ensure that a check in WaitForAssertion and related methods is always performed at once before the wait timer is started. If not, the timeout could occure before a wait-for check-condition had been attempted, causing tests to fail without reason. Fixed by @egil.
Ensure that a check in WaitForAssertion and related methods is always performed at once before the wait timer is started. If not, the timeout could occure before a wait-for check-condition had been attempted, causing tests to fail without reason. Fixed by @egil.
[release/8.0-staging] Handle NativeOverlapped* coming from both the Windows or Portable thread pool in NativeRuntimeEventSource by @github-actions in dotnet/runtime#99656
[release/8.0-staging] Handle NativeOverlapped* coming from both the Windows or Portable thread pool in NativeRuntimeEventSource by @github-actions in dotnet/runtime#99656
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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps bunit, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging and Microsoft.AspNetCore.Components.WebAssembly. These dependencies needed to be updated together. Updates
bunit
from 1.31.3 to 1.32.7Release notes
Sourced from bunit's releases.
Changelog
Sourced from bunit's changelog.
Commits
e095b07
Updated CHANGELOG.md for 1.32.7 releasecb3fa8f
Merge pull request #1571 from bUnit-dev/release/v1.321fb99ac
Set version to '1.32'd2a9ddb
docs: include wait for change in changelog959d371
build(deps): Bump Serilog from 4.0.1 to 4.0.24a44381
build(deps): Bump xunit from 2.9.1 to 2.9.207e171c
ci: remove test report as it fails on PRsf709c88
ci: remove NU5128 warning71c5960
fix: always perform at least one check in WaitFor to avoid timer not getting ...96dba79
ci: use output from nbgv instead of env variablesUpdates
Microsoft.Extensions.DependencyInjection.Abstractions
from 8.0.1 to 9.0.0-rc.1.24431.7Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
... (truncated)
Commits
c4d7f7c
Update dependencies from https://github.com/dotnet/emsdk build 20240830.3 (#1...a7d6f0c
Roll back to 8.0.8 downlevel for rc1 (#107203)c4a7987
Update dependencies from https://github.com/dotnet/emsdk build 20240820.5 (#1...fe0cfd5
Fix IOCP count config var test (#106669)0bf8d1e
Include libz.a in native aot packages (#106673)f028127
[release/9.0-rc1] JIT: fix unused operand marking in LowerHWIntrinsicTernaryL...2a9d9bc
[release/9.0-rc1] Fix condition for adding package readmes (#106592)a73a65b
[release/9.0-rc1] Add workflow file for interbranch merging (#106614)904fd57
Update dependencies from https://github.com/dotnet/emsdk build 20240816.2 (#1...01607d3
Workaround for #106521 (#106589)Updates
Microsoft.Extensions.Logging
from 8.0.0 to 9.0.0-rc.1.24431.7Release notes
Sourced from Microsoft.Extensions.Logging's releases.
... (truncated)
Commits
c4d7f7c
Update dependencies from https://github.com/dotnet/emsdk build 20240830.3 (#1...a7d6f0c
Roll back to 8.0.8 downlevel for rc1 (#107203)c4a7987
Update dependencies from https://github.com/dotnet/emsdk build 20240820.5 (#1...fe0cfd5
Fix IOCP count config var test (#106669)0bf8d1e
Include libz.a in native aot packages (#106673)f028127
[release/9.0-rc1] JIT: fix unused operand marking in LowerHWIntrinsicTernaryL...2a9d9bc
[release/9.0-rc1] Fix condition for adding package readmes (#106592)a73a65b
[release/9.0-rc1] Add workflow file for interbranch merging (#106614)904fd57
Update dependencies from https://github.com/dotnet/emsdk build 20240816.2 (#1...01607d3
Workaround for #106521 (#106589)Updates
Microsoft.AspNetCore.Components.WebAssembly
from 8.0.8 to 9.0.0-rc.1.24452.1Release notes
Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.
Commits
280c613
Merge pull request #57632 from dotnet/darc-release/9.0-rc1-c5c3a56e-fa57-4e22...74bc395
Update dependencies from https://github.com/dotnet/efcore build 20240901.166b86e5
Update dependencies from https://github.com/dotnet/runtime build 20240831.7779d2cf
Update dependencies from https://github.com/dotnet/efcore build 20240830.76b64c4c
Update dependencies from https://github.com/dotnet/runtime build 20240830.57270086
Update dependencies from https://github.com/dotnet/efcore build 20240821.11 (...5954d02
[release/9.0-rc1] Update dependencies from dotnet/runtime (#57435)955f83b
[release/9.0-rc1] Update dependencies from dotnet/efcore, dotnet/runtime (#57...5ec81c1
Forward-port the Virtualize MaxItemCount added in .NET 8 patch to .NET 9 RC1 ...e016351
[release/9.0-rc1] Update dependencies from dotnet/efcore, dotnet/runtime (#57...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