## dotnet/runtime — v11.0.0-preview.5.26302.115…v11.0.0-preview.6.26359.118

_648+ commits._

### Features
- **[release/11.0-preview6] Add Stream wrappers for memory and text-based types (#129811)** (96f9c41)
- **[mono][wasm] Add Truncate/CopySign/ScaleB intrinsics + narrow #103347 test exemption (#129727)** (a79c6fb)
- **add tracing configuration (#129380)** (e3ecd30)
- **[cDAC] Add FeatureFlags contract, reduce direct global reads in legacy impl, expand NativeAOT descriptor parity (#129637)** (649f84b)
- **JIT: add fgRemoveUnreachableTry phase (#129655)** (f937da2)
- **Add support for new R2RIncompatible flag for runtime tests (#129460)** (59979e6)
- **Reapply "Add lane construction and composition APIs" (#129627)** (5791bab)
- **Revert "Add lane construction and composition APIs" (#129610)** (12d93fc)
- **Add lane construction and composition APIs (#127690)** (482f9ba)
- **Add ISOSDacInterface17 for StressLog enumeration via cDAC (#129272)** (ecbe39a)
- **[cDAC] Add RuntimeFlavor to IRuntimeInfo and expand NAOT data descriptor (#129520)** (b1ea6ff)
- **Add DerivedTypes property to IsClosedTypeAttribute (#129529)** (1331269)
- **[clr-interp] Implement Managed Return Value support for the interpreter (#127760)** (50bc3b3)
- **Add `bool silent` parameter to `Process.Run` and `Process.RunAsync` fileName overloads (#129509)** (39a496d)
- **Add support for properties in COM source generator (#128869)** (5a4c890)
- **Add missing fast path for DateTime format "G" (#129374)** (7f8276d)
- **Clarify JIT-EE method placement in add-new-jit-ee-api skill (#129127)** (c98db11)
- **Implement support for loading multiple providers into a single context** (b3833ec)
- **Add doc comment on AsyncValidationAttribute to not make threading assumptions (#129172)** (27dd7c8)
- **Add UsePureLLVMToolchain for compiler-rt+lld combo (#129382)** (5656cc9)

### Fixes
- **[release/11.0-preview6] Fix async resumption stub with byref parameters (#130022)** (b492b5e)
- **Fix alignment of 8-byte thread statics on direct TLS path (#129749)** (371731c)
- **Fix GC hole when method return is hijacked for GC suspension (#129714)** (b5e2bef)
- **[cDAC] Fix context alignment and content on debug validation paths (#129720)** (f4430a4)
- **[cDAC] Fix IsSharedByGenericInstantiations for non-shared canonical MTs (#129721)** (c143e87)
- **Fix ValueType.GetHashCode for nested generic field (#129728)** (e785632)
- **Fix ReferenceTrackerHost fixed-address storage (#129669)** (6f79670)
- **Fix compiled/source-generated lazy loop stack unwinding when giving up at max iteration (#129628)** (04c21ab)
- **Fix COM wrapper weak-handle defensive copy in ReferenceTrackerNativeObjectWrapper (#129668)** (2fb0567)
- **Fix wasm R2R JIT validation issues (#129555)** (72788f0)
- **Fix JsonSchemaExporter dropping nullability for nullable floating-point composition schemas (#129530)** (5721593)
- **Fix Arm64 conditional select lowering (#128700)** (dccec4c)
- **[browser] Wasm boot JSON: touch a stamp, not the boot JSON itself (fix #129280) (#129591)** (7f00936)
- **[cDAC] Enable arm32 GC stress + fix code/data pointer type confusion on ARM32 (#129672)** (bcb25d4)
- **[ci-fix] Needs review: Fix TensorPrimitives Tan precision tolerance on ARM64 iOS simulator (refs #129045) (#129652)** (4a8dffc)
- **JIT: fix edge likelihoods for loop cloning (#129646)** (8216cbe)
- **Fix copy-paste error in BFloat16 test (#129686)** (b2dd4ee)
- **[Eventpipe][S390X] Fix Session_Id for s390x (#129164)** (6735fbd)
- **Fix OpenSSL X509Chain time validity depending on process time zone** (afb6588)
- **Fix NativeAOT GC hole issue (#129598)** (e556d5a)
- **Fix x64 ToScalar XMM→GPR codegen for contained CreateScalar operand (#129644)** (e329cd6)
- **JIT: Fix for IV opt to preserve updates to a counter that is live into an EH handler (#129058)** (44baabb)
- **Fix crossgen2 R2R issues found by static analysis (#129495)** (6150bc9)
- **Fix NoopLimiter disposal in DefaultPartitionedRateLimiter Heartbeat (#127582)** (a3f07eb)
- **Fix objRef not being stored in GetPointerData after DebuggerIPCE_ObjectData refactor (#129539)** (b166143)
- **JIT: Fix managed return value debug info for floating-point returns (#129321)** (b9d5c9f)
- **Fix debug build of libraries tests (#129579)** (5d59cb2)
- **Fix LoaderHeap's free list growing more than expected (#129203)** (33dc710)
- **[Wasm RyuJit] Add Wasm SIMD NYIs, fix PushArgs assert, fix Async/Try/SCC issue. (#129494)** (a17debe)
- **[browser][coreCLR] fix resource merging (#129466)** (1e103e1)
- **Fix assembly labels on MacOS X64 to be LOCAL_LABEL (#129531)** (b734345)
- **Fix W3CPropagatorcompliance against W3C Trace Context Level 2 (#129414)** (d72d2fc)
- **Fix ARM32 JIT errors with native int-div (#128970)** (3592c0b)
- **Fix for 127747 (#128962)** (aca48fc)
- **Fix OOM message in Native AOT (#129256)** (631b884)
- **Fix segfault in GC standalone large pages emulation mode (segments path) (#127763)** (1af2b9f)
- **Fix OSSL_STORE_INFO leak** (ef0084c)
- **[cDac] Fix failing cDac test on OSX (#129462)** (581acb2)

### Backend
- **[release/11.0-preview6] Avoid stripping IL of non-async Task-returning methods (#129975)** (3e2ff44)
- **[11.0p6] Upgrade Emscripten to 5.0.6 & LLVM to 23  (#129925)** (be559e6)
- **Re-enable Microsoft.Extensions.Hosting shutdown functional coverage in CI and harden shutdown startup/Helix/NET481 compatibility (#128252)** (d1efd0b)
- **DI: avoid duplicate disposal for shared singleton instances (#128768)** (5fcd603)
- **Obsolete AsnEncodedData.RawData.set (#129765)** (b92fa57)
- **Clean up S.S.AccessControl** (df7a83e)
- **JIT: invert oversize loops with their own bounds checks (#129722)** (0d1a20f)
- **Port System.Net.Http to OpenBSD (#129475)** (d61394d)
- **Optimize HashBytes for 64-bit and remove dead code (#129640)** (8e67632)
- **Ensure other types of SIMD related loads, stores, and indirections are marked as used with SIMD intrinsics (#129563)** (7ce11b3)
- **Better generic cycle detection in MethodEntryGenericLookupResult (#129730)** (3500de6)
- **Take in account mandatory Zip64 Ext Info Extra Fields presence when required by spec (#129426)** (5a0f44b)
- **[wasm] Delete obsolete wasm console templates and related WASI build tests (#129232)** (34103fc)
- **Implement computed goto dispatch for the CoreCLR interpreter (#129216)** (461fd2a)
- **[mono][llvm] Recognize MathF.Abs/Log and Single/Double.MinNumber/MaxNumber as intrinsics (#129699)** (929ca57)
- **Revert dotnet-optimization dependency update from #129405 (#129706)** (b308edd)
- **Increase RemoteExecutor timeout for DiagnosticSource bridge tests (#129704)** (7f5d4c4)
- **Compile runtime async versions of synchronous task-returning methods (#128384)** (b426fdf)
- **Have IDIV/DIV REX2 and EVEX compatible (#128668)** (a438371)
- **[cDAC] Implement DacDbi APIs ParseContinuation and GetAsyncLocals (#129147)** (bed6b9b)
- **[SVE2] CreateWhileWriteAfterRead* and SaturatingExtract* (#128233)** (74cdbc6)
- **Improve nullability analysis in ValueNumStore::IsKnownNonNull (#129447)** (97702a1)
- **Remove unsafe pointer walk from OptimizedInboxTextEncoder.GetIndexOfFirstCharToEncode (#129625)** (9e83f38)
- **Convert fxr_resolver and its hostmisc dependencies to C (#129480)** (fc23f44)
- **JIT: Switch to rangecheck when profitable (#128524)** (0a44ab2)
- **Locate crossgen2 by $(CoreCLRConfiguration) in ILCompiler.ReadyToRun.Tests (#129548)** (1d715a3)
- **JIT: remove getUnboxedEntry and getInstantiatedEntry (#129285)** (1a76761)
- **[main] Source code updates from dotnet/dotnet (#129680)** (87394cd)
- **[browser][coreCLR] idempotent lazy download of dll/pdb (#129666)** (4e663eb)
- **Validate Dns hostname for embedded null characters (#128982)** (8c4e806)
- **Bump timeout for runtime-interpreter build job (#129561)** (ee14cc1)
- **[main] Update dependencies from dotnet/xharness (#129406)** (8bc57c5)
- **[main] Update dependencies from dnceng/internal/dotnet-optimization (#129405)** (b25ef1e)
- **Validate uncompressed size up front in ZipArchiveEntry update mode (#128319)** (646fb25)
- **[wasm] Bump chrome for testing - linux: 149.0.7827.155, windows: 150.0.7871.24 (#129663)** (d74f4b2)
- **Rename delegate fields for consistency (#129635)** (06b80b7)
- **Disable scope info for wasm targets (#129636)** (3b1cc5f)
- **[mono] LLVM backend correctness, NaN-safe FP narrow, and test annotations (#129614)** (4cb447e)
- **Properly annotate CreateGeometricSequence (#129658)** (b4ca93f)
- **[mono][llvm] Use llvm.minimum/maximum for scalar Math.Min/Max float ops (#129593)** (f5a2d69)
- **Enforce 75-minute timeout floor for windows_arm64 global build jobs (#129553)** (95aa263)
- **[wasm] Split CoreCLR thunks by target OS (browser vs wasi) (#129549)** (942cdb2)
- **Remove OSX from linker tests and runtime trimming tests (#129586)** (8a395fa)
- **Bump actions/checkout from 6 to 7 (#129596)** (06b81c6)
- **Remove unsafe MemoryMarshal.Cast from Crc32C update path (#129619)** (81df057)
- **Remove Wrapper delegate kind, switch ARM32 VSD hidden arg to R12 (#129403)** (64a41cc)
- **[main] Source code updates from dotnet/dotnet (#129454)** (af74d68)
- **Remove unused nativeImagePath from assembly LoadFromPath paths (#129597)** (18696ad)
- **[main] Update dependencies from dotnet/runtime-assets (#129207)** (1d601e7)
- **Link libgssapi.so.9.0 on OpenBSD for AOT libs (#129580)** (5bad087)
- **[wasm] WBT: flush async output handlers in ToolCommand.ExecuteWithCapturedOutput (#129590)** (63ac729)
- **[browser][mono][MT] Prep for emscripten upgrade (#129503)** (5b69dce)
- **[ARM32] Eliminate red zone usage in runtime stubs (#129398)** (083ad8b)
- **Port System.IO.FileSystem.Watcher to OpenBSD (#129583)** (61a48f4)
- **Handle canonical types in constraints checks (#129278)** (ee2a8a9)
- **Skip UnmanagedCallersOnlyAssociatedSourceType test on Android (#129402)** (89d68b7)
- **Remove unneeded message printed in case of Tizen build (#129572)** (453a53c)
- **[mobile] .NET 11 mobile runtime configuration updates (#129293)** (5a200b4)
- **[cDAC] Stackwalk DacDbi APIs (#129091)** (bf44774)
- **Improve WebSocket exceptions to include informative messages (#129428)** (46c393a)
- **[ci-scan] Use blocking-clean-ci-optional for JIT/GC/PGO stress pipeline KBEs (#129569)** (e7bc696)
- **Port System.Net.Security to OpenBSD (#129479)** (4796c4f)
- **Aging dependent handles (#78746)** (f39bc38)
- **[clr-ios] Disable Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests on Apple mobile (#129514)** (e1d4048)
- **Implement StartSuspended for Windows and Resume on SafeProcessHandle (#129512)** (e72194c)
- **Disable `CustomReflectionContextExamples.AddCustomAttribute` on NativeAOT via existing tracking issue (#129550)** (7cd0426)
- **Cache NativeAOT Visual Studio tool discovery (#129316)** (1f49500)
- **Pre-initialize InvariantCulture such that it can be safely used when creating stack traces (#129189)** (d50582a)
- **[cDAC]: Implement GetEnCHangingFieldInfo (#129411)** (8f23419)
- **Separate GC WKS and SVR compilation units (#126720)** (06caa69)
- **Use SSA-based TryGetRange to fold conditions (#129354)** (067b864)
- **Reject SAFEARRAY to IntPtr[] marshalling with mismatched native element size (#129444)** (39a6fba)
- **JIT: don't narrow relocatable handle constants in optNarrowTree (#129519)** (0c15cff)
- **Move DSA tests into System.Security.Cryptography (#129320)** (26243ad)
- **[cdac] Implement IGCInfo for x86; consolidate decoder under GCInfo contract (#129456)** (9451fcf)
- **Ignore AppDomain address parameters in ISOSDacInterface (#129476)** (7117272)
- **JIT: boost loop inversion cost limit for some loops (#129472)** (af7b1d7)
- **JIT: unpin locals whose value is provably non-movable (#129397)** (9577e1d)
- **Move remarks back from conceptual docs repo (CustomReflectionContext) (#129404)** (02c4ff5)
- **JIT: extend OptimizeConstCompare to remove TYP_BYTE casts (#129361)** (3e4b29a)
- **[interp] Send CreateThread debugger event from the interpreter (#129389)** (ac88c72)
- **Redo resume after catch for interpreter via native EH (#129433)** (4b211ba)
- **[Wasm RyuJIT] Spill live ref/byref values to pinned stack slots at calls (#129059)** (c3e1a29)
- **[cDAC] Implement GetILCodeVersionNodeData in DacDbi (#129448)** (95e7c8e)
- **Reduce raw global / typeinfo usage in cDAC Legacy interfaces (#129260)** (45d015d)
- **GCRoot: Report GCFrame and in-flight exception objects (#129145)** (505f427)
- **Keep OSSL_LIB_CTX handles alive forever** (495f158)
- **[Wasm RyuJit] Enable Hardware Intrinsics (#129201)** (67df812)
- **[clr-ios] Enable Debug CoreCLR Apple Mobile jobs in extra-platforms pipelines (#127498)** (49fd166)
- **cDAC: dereference OBJECTHANDLE in collectible thread-statics (#129291)** (9942301)
- **Wasm R2R: emit trailing end after retless BBJ_CALLFINALLY (#129449)** (1704f34)
- **[ci-scan-feedback] Strengthen dedup queries and block JIT/GC workarounds (#129461)** (8921750)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/dotnet/runtime?utm_source=github-action)._