v8.0.11
版本发布时间: 2024-11-13 03:53:13
dotnet/runtime最新发布版本:v9.0.0(2024-11-13 04:41:56)
What's Changed
- [release/8.0] Fix a possible infinite wait for GC completion at process shutdown. by @VSadov in https://github.com/dotnet/runtime/pull/107844
- [release/8.0] Fix compilation on ARM64 hosts by @eiriktsarpalis in https://github.com/dotnet/runtime/pull/107921
- [release/8.0-staging] Fix HashSet copy constructor handling of instances that have fallen back to the randomized hashcode generator. (#107613) by @eiriktsarpalis in https://github.com/dotnet/runtime/pull/107687
- [release/8.0-staging] Revert "Avoid taking lock for empty bucket in ConcurrentDictionary.TryRemove …" by @github-actions in https://github.com/dotnet/runtime/pull/107656
- [release/8.0-staging] Ensure that AdvSimd.Insert doesn't zero out the upper bits by @github-actions in https://github.com/dotnet/runtime/pull/107091
- [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108206
- [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/107591
- [release/8.0-staging] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in https://github.com/dotnet/runtime/pull/108244
- [release/8.0-staging] Updated tsaoptions.json to direct issues to runtime owners by @github-actions in https://github.com/dotnet/runtime/pull/108452
- Update branding to 8.0.11 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/108463
- [release/8.0-staging] Fix wrong Region Info Names by @github-actions in https://github.com/dotnet/runtime/pull/108550
- [release/8.0-staging] Fix IndexOf Optimization Code by @github-actions in https://github.com/dotnet/runtime/pull/108563
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/108679
- Bringing commits over from internal/release/8.0 by @ericstj in https://github.com/dotnet/runtime/pull/108716
- [release/8.0-staging] Tweak Invariant IndexOf logic by @github-actions in https://github.com/dotnet/runtime/pull/108729
- [release/8.0-staging] Fixes deadlock for IncrementingPollingCounter callbacks by @noahfalk in https://github.com/dotnet/runtime/pull/108648
- [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/108495
- [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108785
- [release/8.0-staging] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108784
- [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108713
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108666
- [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108446
- [release/8.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108761
- [release/8.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108760
- [manual] Merge release/8.0-staging into release/8.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/108862
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108947
Full Changelog: https://github.com/dotnet/runtime/compare/v8.0.10...v8.0.11