Skip to content

Releases: dotnet/runtime

.NET 9.0.2

11 Feb 21:49
Compare
Choose a tag to compare

Release

What's Changed

  • [release/9.0-staging] Ensure Vector.Create is properly recognized as intrinsic by @github-actions in #109322
  • [release/9.0-staging] Fix return address hijacking with CET by @github-actions in #109548
  • [release/9.0] Fix FP state restore on macOS exception forwarding by @github-actions in #110163
  • [release/9.0-staging] [debugger] Fix a step that becomes a go by @github-actions in #110533
  • [release/9.0-staging] [debugger] Support step into a tail call by @github-actions in #110438
  • [release/9.0-staging] Fix Tizen linux-armel build by @github-actions in #110614
  • release/9.0-staging -- Update Alpine, Debian, and Fedora versions by @richlander in #110493
  • [release/9.0-staging] JIT: Read back all replacements before statements with implicit EH control flow by @github-actions in #109143
  • [release/9.0-staging] Fix crash when pTargetMD is null by @github-actions in #110652
  • [release/9.0-staging] Avoid exception when parsing AD path for port number by @github-actions in #110224
  • [release/9.0-staging] Fix System.Reflection.Emit SetChecksum creating invalid pdb by @github-actions in #110205
  • [release/9.0] Use floating tag for webassembly image by @github-actions in #109374
  • [release/9.0-staging] [Profiler] Avoid Recursive ThreadStoreLock in Profiling Thread Enumerator by @github-actions in #110665
  • [release/9.0-staging] JIT: Include more edges in BlockDominancePreds to avoid a JIT crash by @github-actions in #110568
  • [release/9.0-staging][wasm] Workaround incorrect mono restore when building WBT by @lewing in #110590
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in #110532
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #110572
  • [release/9.0-staging] Conditionally check the compiler flags in libs.native by @github-actions in #109556
  • [TestOnly][release/9.0-staging] Fix TimeProvider Test by @github-actions in #111132
  • [release/9.0-staging] [mono] Chain SIGSEGV native crashes to the default SIGSEGV handler by @github-actions in #110863
  • [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #110905
  • [release/9.0-staging] Exit the lock before we call into user code and handle losing the race for the RCW table by @github-actions in #111162
  • [release/9.0-staging] Fix race condition when cancelling pending HTTP connection attempts by @github-actions in #110764
  • [release/9.0-staging] Remove HttpMetricsEnrichmentContext caching by @github-actions in #110626
  • [release/9.0-staging] Fix IDynamicInterfaceCastable with shared generic code by @github-actions in #109918
  • [release/9.0-staging] Fix handling of IDynamicInterfaceCastable wrt CastCache by @github-actions in #110007
  • [release/9.0-staging] ILC: Allow OOB reference to upgrade framework assembly by @github-actions in #110058
  • [release/9.0-staging] Move ComWrappers AddRef to C/C++ by @github-actions in #110815
  • [release/9.0-staging] [BrowserDebugProxy] Remove exception details from error report by @github-actions in #111202
  • [release/9.0-staging] Fix reporting GC fields from base types by @github-actions in #111040
  • [release/9.0-staging] Fix C++/CLI applications which use __declspec(appdomain) by @github-actions in #110495
  • [release/9.0-staging] Fix calling convention mismatch in GC callouts by @github-actions in #111105
  • [release/9.0-staging] Don't wait for finalizers in 'IReferenceTrackerHost::ReleaseDisconnectedReferenceSources' by @github-actions in #110558
  • [release/9.0-staging] Add forwarding support for WasmLinkage on LibraryImport by @github-actions in #109364
  • [release/9.0-staging] Fix obtaining type handles of IDynamicInterfaceCastableImplementation by @github-actions in #109909
  • [release/9.0-staging] Disable GS cookie checks for LightUnwind by @github-actions in #109530
  • [release/9.0-staging] Fix analyzer tracking of nullable enums by @github-actions in #110331
  • Update branding to 9.0.2 by @vseanreesermsft in #111172
  • [release/9.0-staging] Bugfix InvalidOperationException/IndexOutOfRangeException in HttpListener.EndGetContext by @github-actions in #110695
  • [release/9.0-staging] Fix IsOSVersionAtLeast when build or revision are not provided by @github-actions in #109332
  • [release/9.0-staging] [mono][sgen] Add separate card mark function to be used with debug by @github-actions in #110268
  • [release/9.0-staging] [mono][aot] Fix compilation crashes when type load exception is generated in code by @BrzVlad in #110271
  • [release/9.0-staging] Change assembler to clang in android MonoAOT by @github-actions in #110812
  • [release/9.0-staging] Replace a few SuppressMessage annotations with UnconditionalSuppressMessage by @github-actions in #109186
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #111331
  • [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in #110992
  • [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in #110993
  • [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #111325
  • [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in #110935
  • [release/9.0-staging] Update dependencies from dotnet/emsdk by @dotnet-maestro in #110970
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #110937
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #111017
  • [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #110936
  • [release/9.0-staging] Re-try loading ENGINE keys with a non-NULL UI_METHOD by @github-actions in #109783
  • [release/9.0-staging] Fix erroneous success in AsnDecoder.ReadSequence by @github-actions in #109595
  • [9.0] Guard against empty Accept address by @github-actions in #111366
  • [release/9.0-staging] fix TCP FastOpen compilation by @github-actions in #111142
  • [release/9.0-staging] [apple-mobile] Disable TLSWitLoadedDlls for Apple mobile due to missing native libs by @github-actions in #111356
  • [release/9.0] Fix Encoding regression by @github-actions in #111367
  • [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in #111378
  • [manual] Merge release/9.0-staging into release/9.0 (second pass) by @carlossanlop in #111422
  • [release/9.0] Change were libClang.so is found when generating Android aot offsets by @steveisok in #111426
  • [release/9.0] Support generic fields in PersistedAssemblyBuilder by @github-actions in #111467
  • Merging internal commits for release/9.0 by @vseanreesermsft in #111428

Full Changelog: v9.0.1...v9.0.2

.NET 8.0.13

11 Feb 21:46
Compare
Choose a tag to compare

[Release](https://github.com/dotnet/core/releases/tag/v8.0.13

What's Changed

  • Add support for building with Clang 19 by @MichaelSimons in #109198
  • [Release/8.0] Fix FP state restore on macOS exception forwarding by @janvorli in #109579
  • [release/8.0-staging] [browser] Bump serialize-javascript by @maraf in #108883
  • [release/8.0-staging] [debugger] Support step into a tail call by @github-actions in #110440
  • release/8.0-staging -- Update Alpine and Fedora versions by @richlander in #110492
  • [Test Only] Port the Idna test fixes to support Unicode 15 by @tarekgh in #110705
  • [release/8.0-staging] Fix crash when pTargetMD is null by @github-actions in #110651
  • [release/8.0] Remove DiagnosticSource reference from Microsoft.Extensions.Logging.Abstractions by @ericstj in #110458
  • [release/8.0-staging] Fix Tizen linux-armel build by @akoeplinger in #110792
  • [release/8.0-staging] [mono] Chain SIGSEGV native crashes to the default SIGSEGV handler by @github-actions in #110866
  • [release/8.0-staging] Fix race condition when cancelling pending HTTP connection attempts by @MihaZupan in #110765
  • [release/8.0-staging] Remove HttpMetricsEnrichmentContext caching by @github-actions in #110628
  • [release/8.0-staging] ILC: Allow OOB reference to upgrade framework assembly by @github-actions in #110059
  • [release/8.0] Fix nativeaot outerloop by @github-actions in #109010
  • [release/8.0-staging] [mono][sgen] Add separate card mark function to be used with debug by @github-actions in #110269
  • Update branding to 8.0.13 by @vseanreesermsft in #111171
  • [8.0] Guard against empty Accept address by @wfurt in #108334
  • [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #111159
  • [release/8.0-staging] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #111297
  • [release/8.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #111330
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #110336
  • [release/8.0-staging] Fix erroneous success in AsnDecoder.ReadSequence by @github-actions in #109596
  • [release/8.0-staging] Re-try loading ENGINE keys with a non-NULL UI_METHOD by @github-actions in #109782
  • [manual] Merge release/8.0-staging into release/8.0 by @carlossanlop in #111376
  • Merging internal commits for release/8.0 by @vseanreesermsft in #111430

Full Changelog: v8.0.12...v8.0.13

.NET 9.0.1

14 Jan 18:42
Compare
Choose a tag to compare

Release

What's Changed

  • [release/9.0-staging] Upgrade our macOS build machines to the latest non-beta x64 image by @github-actions in #109455
  • [release/9.0-staging] Remove thread contention from Activity Start/Stop by @github-actions in #109359
  • [release/9.0-staging] handle case of Proc Index > MAX_SUPPORTED_CPUS by @github-actions in #109385
  • Update branding to 9.0.1 by @vseanreesermsft in #109563
  • [release/9.0-staging] [android] Fix crash in method_to_ir by @github-actions in #109510
  • [release/9.0-staging] Switch to non-incremental servicing by @carlossanlop in #109316
  • [release/9.0] [wasm] Use correct current runtime pack version for Wasm.Build.Tests by @maraf in #109820
  • [release/9.0-staging] Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 by @carlossanlop in #109789
  • [release/9.0] [wasm] Run downlevel tests only on main by @maraf in #109723
  • [release/9.0-staging] Fix regression in constructor parameter binding logic. by @github-actions in #109813
  • [release/9.0-staging] TensorPrimitives XML docs: MinNumber/ReciprocalSqrt/ReciprocalSqrtEstimate oversights by @github-actions in #109922
  • [release/9.0-staging] Add a missing = in BigInteger.cs by @github-actions in #109732
  • [release/9.0-staging] Ignore modopts/modreqs for UnsafeAccessor field targets by @github-actions in #109709
  • Fix an issue with sysconf returning the wrong last level cache values on Linux running on certain AMD Processors. by @mrsharm in #109749
  • [release/9.0-staging] Fix transformer handling of boolean schemas in JsonSchemaExporter. by @github-actions in #109975
  • [release/9.0-staging] Ensure proper cleanup of key files when not persisting them by @github-actions in #109844
  • [release/9.0-staging] Transfer ThreadPool local queue to high-pri queue on Task blocking by @github-actions in #109989
  • Merging internal commits for release/9.0 by @vseanreesermsft in #109744
  • [release/9.0-staging] DATAS BGC thread synchronization fix by @Maoni0 in #110174
  • [release/9.0-staging] Fix Matrix4x4.CreateReflection when D is not zero by @github-actions in #110162
  • [release/9.0-staging] Fix hostfxr.h to be valid C again. by @github-actions in #110060
  • [release/9.0] Fix length check for Convert.TryToHexString{Lower} by @github-actions in #110228
  • [release/9.0-staging] Suppress IL3050 warnings in ILLink tests by @sbomer in #110340
  • [release/9.0-staging] Update Azure Linux tag names by @github-actions in #110341
  • [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in #109299
  • [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #109306
  • [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in #109297
  • [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #109301
  • [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in #109303
  • [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in #109305
  • [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #109825
  • [release/9.0-staging] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #109960
  • [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in #109304
  • [release/9.0-staging] Update dependencies from dotnet/emsdk by @dotnet-maestro in #109298
  • [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #109336
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #109523
  • [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #109308
  • [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in #110370
  • Switch to automatic 8.0 version updates by @marcpopMSFT in #110586
  • [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #110409

Full Changelog: v9.0.0...v9.0.1

.NET 8.0.12

14 Jan 18:46
Compare
Choose a tag to compare

Release

What's Changed

  • [release/8.0-staging] Fix a set of minor DAC bugs I encountered recently by @github-actions in #104919
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #108871
  • [release/8.0] Fix stress-http pipeline by @rzikm in #109140
  • [release/8.0] Delete accidentally checked in file: src/libraries/System.IO.Ports/tests/file.pp by @akoeplinger in #109290
  • [release/8.0-staging] Fix Version.Details.xml SHA typo by @carlossanlop in #109389
  • [release/8.0-staging] Upgrade our macOS build machines to the latest non-beta x64 image by @github-actions in #109456
  • Update branding to 8.0.12 by @vseanreesermsft in #109562
  • [release/8.0-staging] handle case of Proc Index > MAX_SUPPORTED_CPUS by @github-actions in #109386
  • [release/8.0-staging] [android] Fix crash in method_to_ir by @github-actions in #109511
  • [release/8.0] fix redundant CRLF response during SMTP negotiate by @github-actions in #109112
  • [release/8.0] Disable user mapper for SslStream on Windows (TLS 1.3) (#100833) by @rzikm in #109116
  • [release/8.0] Use Fedora 38 helix queue instead of 39, like in main by @akoeplinger in #109964
  • [release/8.0] Suppress IL3000 in MsQuicApi constructor by @rzikm in #109965
  • [release/8.0-staging] Ensure proper cleanup of key files when not persisting them by @github-actions in #109845
  • Fix an issue with sysconf returning the wrong last level cache values on Linux running on certain AMD Processors by @mrsharm in #109567
  • [release/8.0-staging] Transfer ThreadPool local queue to high-pri queue on Task blocking by @github-actions in #109990
  • [release/8.0-staging] Fix stubs for HybridGlobalization by @ilonatommy in #110183
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #108906
  • [release/8.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #108948
  • [release/8.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #108949
  • [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #108971
  • [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #109045
  • [release/8.0-staging] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #108970
  • [release/8.0-staging] Pin the 6.0.x down-level versions to 6.0.36 by @lewing in #110329
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #109566
  • Merging internal commits for release/8.0 by @vseanreesermsft in #109742
  • [release/8.0] [browser] Fix processing of satellite assemblies from referenced assembly during publish by @maraf in #109920
  • [manual] Merge release/8.0-staging into release/8.0 by @carlossanlop in #110335

Full Changelog: v8.0.11...v8.0.12

.NET 9.0.0

12 Nov 20:41
Compare
Choose a tag to compare

Release

What's Changed

  • [release/9.0] BinaryFormatter tests improvements by @adamsitnik in #107540
  • [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #107474
  • [release/9.0] Branding for GA by @carlossanlop in #107879
  • [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #107914
  • [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in #107918
  • [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #107916
  • [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in #107915
  • [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #107938
  • [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #107982
  • [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in #107983
  • [release/9.0] Remove invalid assert in RSAOpenSsl by @github-actions in #107952
  • [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in #107928
  • [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #107937
  • [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in #107984
  • [release/9.0] Mitigate JsonObject performance regression. by @github-actions in #108014
  • [release/9.0] Fix SG nullability annotations for required and init properties. by @github-actions in #108013
  • [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #108016
  • [release/9.0] Treat -rtm as stable sdk version band by @lewing in #107997
  • [release/9.0] dont try to capture threadId for NativeAOT by @github-actions in #108088
  • [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in #108140
  • [release/9.0] Fix createdump 'stack smashing detected' error on arm64 by @github-actions in #108208
  • [release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by @github-actions in #108198
  • [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in #108006
  • [release/9.0] More doc updates for source-of-truth assemblies by @carlossanlop in #108257
  • [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #108142
  • [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in #108061
  • [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in #108192
  • [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #108193
  • [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #108194
  • [release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in #108139
  • [release/9.0] Reduce funceval abort by @github-actions in #108256
  • [release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in #108218
  • [release/9.0] Root the System.Runtime EventSource by @github-actions in #108348
  • [release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by @github-actions in #108282
  • [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in #108141
  • [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #108436
  • [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #108438
  • [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in #108367
  • [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in #108391
  • [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in #108437
  • [release/9.0] Update System.Formats.Nrbf ref sources and restore package description by @github-actions in #108467
  • [release/9.0] [aot] mono_aot_split_options: reset state after a backslash by @github-actions in #108212
  • [release/9.0] Fix devirtualization across genericness in the hierarchy by @MichalStrehovsky in #108470
  • [release/9.0] [cdac][cdac-build-tool] Don't let msbuild rewrite the resource name by @github-actions in #108296
  • [release/9.0] Fix InlineArray swift lowering in mono by @jkurdek in #108483
  • [release/9.0] Backport PR #108311 - Fix statics issue with barriers by @davidwrighton in #108347
  • [release/9.0] Fix wrong Region Info Names by @github-actions in #108524
  • [release/9.0][PERF] Backport python pipeline changes for performance tests by @caaavik-msft in #108412
  • [release/9.0] Fix IndexOf Optimization Code by @github-actions in #108562
  • [release/9.0] Updated tsaoptions.json to direct issues to runtime owners by @github-actions in #108451
  • [release/9.0] JIT: Null out SSA def nodes upon removal in RBO by @github-actions in #108548
  • [release/9.0] Fix LINQ Last() in ConcatNIterator to also check base case (Concat2Iterator) by @github-actions in #108664
  • [release/9.0] Merge RC2 changes into 9.0 by @ericstj in #108677
  • [release/9.0] Update the component resources for the VS descriptions by @marcpopMSFT in #108304
  • [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in #108595
  • [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in #108597
  • [browser][debugging][release/9.0] Removed trailing command that results in a warning by @github-actions in #108584
  • [release/9.0] Fix IL2104 link by @github-actions in #108533
  • [release/9.0] linux/arm64: Verify TLS resolver code by @github-actions in #108564
  • [release/9.0] Tweak Invariant IndexOf logic by @github-actions in #108728
  • [release/9.0] Update field references in property accessors by @github-actions in #108222
  • [release/9.0] [mini] Don't use Unwind Backtrace on android-amd64 by @github-actions in #108294
  • [release/9.0] [wasm] Fixes for issue #108519 by @github-actions in #108650
  • [release/9.0] [mono] Fix alloca builder creation by @github-actions in #108654
  • [release/9.0] Backport "JIT: Run single EH region repair pass after layout" by @amanasifkhalid in #108715
  • [Ppc64le] binaryformatter and tensors tests fix by @alhad-deshpande in #108120
  • [release/9.0] Add DefaultMemberAttribute to Test.CoreLib by @github-actions in #108258
  • [release/9.0] [wasm] Include browser targets if RID is not wasi-wasm by @github-actions in #108434
  • [release/9.0] [browser] Make boot json file name configurable by @maraf in #108708
  • [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #108787
  • [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #108598
  • [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in #108326
  • [release/9.0] bgc deadlock fix by @github-actions in #108774
  • [release/9.0] Remove string.Trim{,Start,End}(ReadOnlySpan) ref-API by @bartonjs in #108777
  • [release/9.0] Arm64: Use TYP_SIMD8 for AddAcross by @github-actions in #108805
  • [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pu...
Read more

.NET 8.0.11

12 Nov 19:53
Compare
Choose a tag to compare

Release

What's Changed

  • [release/8.0] Fix a possible infinite wait for GC completion at process shutdown. by @VSadov in #107844
  • [release/8.0] Fix compilation on ARM64 hosts by @eiriktsarpalis in #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 #107687
  • [release/8.0-staging] Revert "Avoid taking lock for empty bucket in ConcurrentDictionary.TryRemove …" by @github-actions in #107656
  • [release/8.0-staging] Ensure that AdvSimd.Insert doesn't zero out the upper bits by @github-actions in #107091
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #108206
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #107591
  • [release/8.0-staging] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in #108244
  • [release/8.0-staging] Updated tsaoptions.json to direct issues to runtime owners by @github-actions in #108452
  • Update branding to 8.0.11 by @vseanreesermsft in #108463
  • [release/8.0-staging] Fix wrong Region Info Names by @github-actions in #108550
  • [release/8.0-staging] Fix IndexOf Optimization Code by @github-actions in #108563
  • Merging internal commits for release/8.0 by @vseanreesermsft in #108679
  • Bringing commits over from internal/release/8.0 by @ericstj in #108716
  • [release/8.0-staging] Tweak Invariant IndexOf logic by @github-actions in #108729
  • [release/8.0-staging] Fixes deadlock for IncrementingPollingCounter callbacks by @noahfalk in #108648
  • [automated] Merge branch 'release/8.0' => 'release/8.0-staging' by @github-actions in #108495
  • [release/8.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in #108785
  • [release/8.0-staging] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in #108784
  • [release/8.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in #108713
  • [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #108666
  • [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in #108446
  • [release/8.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in #108761
  • [release/8.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in #108760
  • [manual] Merge release/8.0-staging into release/8.0 by @carlossanlop in #108862
  • [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #108947

Full Changelog: v8.0.10...v8.0.11

.NET 6.0.36

12 Nov 19:47
Compare
Choose a tag to compare

Release

What's Changed

Full Changelog: v6.0.35...v6.0.36

.NET 9.0 RC 2

08 Oct 18:15
Compare
Choose a tag to compare

.NET 8.0.10

08 Oct 18:09
Compare
Choose a tag to compare

.NET 6.0.35

08 Oct 18:05
Compare
Choose a tag to compare