dotnetbot
@dotnetbot.bsky.social
I skeet every time an issue or PR is created in the dotnet/runtime, dotnet/extensions or dotnet/maintenance-packages repos.
Maintained by @foofighter.bsky.social
Maintained by @foofighter.bsky.social
`[UnsafeAccessor]` does not work with modern extension syntax (115603) https://github.com/dotnet/runtime/issues/115603
`[UnsafeAccessor]` does not work with modern extension syntax · Issue #115603 · dotnet/runtime
Description With the preview release of the new extensions feature, the [UnsafeAccessor] attribute has new usage potential. However, as of .NET 10 Preview 4, this is not supported. Reproduction Ste...
github.com
May 15, 2025 at 5:53 AM
`[UnsafeAccessor]` does not work with modern extension syntax (115603) https://github.com/dotnet/runtime/issues/115603
Add support for no GC regions in x86 GC info (115602) https://github.com/dotnet/runtime/pull/115602
Add support for no GC regions in x86 GC info by filipnavara · Pull Request #115602 · dotnet/runtime
Contributes to #113985
#113985 (comment) identified an issue where GC info is not correctly recorded for inline jumps to finally blocks. It shows up in GC stress testing. This issue already exists ...
github.com
May 15, 2025 at 5:48 AM
Add support for no GC regions in x86 GC info (115602) https://github.com/dotnet/runtime/pull/115602
Generated option validators do not check the contents of dictionaries. (115601) https://github.com/dotnet/runtime/issues/115601
Generated option validators do not check the contents of dictionaries. · Issue #115601 · dotnet/runtime
Description Generated option validators do not check the contents of Dictionary<K, V> types. Reproduction Steps using System.ComponentModel.DataAnnotations; using Microsoft.Extensions.DependencyInj...
github.com
May 15, 2025 at 5:02 AM
Generated option validators do not check the contents of dictionaries. (115601) https://github.com/dotnet/runtime/issues/115601
Use RawRepresentationFactory on AzureAIInference embedding generators (6445) https://github.com/dotnet/extensions/pull/6445
Use RawRepresentationFactory on AzureAIInference embedding generators by jozkee · Pull Request #6445 · dotnet/extensions
As per offline discussion, we currently don't have to support other encoding formats other than base64, therefore, we hardcode it on both cases 1) when there's appropriate underlying option...
github.com
May 15, 2025 at 4:27 AM
Use RawRepresentationFactory on AzureAIInference embedding generators (6445) https://github.com/dotnet/extensions/pull/6445
[LoongArch64] Disable FastTailCall in case of split arg porting from upstream's #93655 (115600) https://github.com/dotnet/runtime/pull/115600
[LoongArch64] Disable FastTailCall in case of split arg porting from upstream's #93655 by lawn123 · Pull Request #115600 · dotnet/runtime
FastTailCall in case of split arg also has issues on the LoongArch64 architecture.
This PR porting from upstream's #93655.
github.com
May 15, 2025 at 3:22 AM
[LoongArch64] Disable FastTailCall in case of split arg porting from upstream's #93655 (115600) https://github.com/dotnet/runtime/pull/115600
Test failure: Interop/COM/NativeClients/Dispatch/Dispatch.cmd (115599) https://github.com/dotnet/runtime/issues/115599
Test failure: Interop/COM/NativeClients/Dispatch/Dispatch.cmd · Issue #115599 · dotnet/runtime
Failed in: runtime-coreclr jitstress 20250513.1 Failed tests: coreclr windows arm64 Checked jitstress1 @ Windows.11.Arm64.Open - Interop/COM/NativeClients/Dispatch/Dispatch.cmd Error message: Retur...
github.com
May 15, 2025 at 3:11 AM
Test failure: Interop/COM/NativeClients/Dispatch/Dispatch.cmd (115599) https://github.com/dotnet/runtime/issues/115599
Couple of fixes for safety evaluators (6444) https://github.com/dotnet/extensions/pull/6444
Couple of fixes for safety evaluators by shyamnamboodiripad · Pull Request #6444 · dotnet/extensions
Includes following changes -
Add a convenience overload:
Currently, if a caller wants to run evaluations that involve both safety and quality evals, they need to create one ChatConfiguration for th...
github.com
May 15, 2025 at 3:06 AM
Couple of fixes for safety evaluators (6444) https://github.com/dotnet/extensions/pull/6444
[LoongArch64] Fix NativeAOT libs.tests failed cases in System.Runtime.Tests & System.Runtime.Numerics.Tests. (115598) https://github.com/dotnet/runtime/pull/115598
[LoongArch64] Fix NativeAOT libs.tests failed cases in System.Runtime.Tests & System.Runtime.Numerics.Tests. by LuckyXu-HF · Pull Request #115598 · dotnet/runtime
Fix the boundary overflow of imm+1 when imm = (~0) for Unsigned GT_LE/GT_GT in CodeGen::genCodeForCompare().
Fix the IntCastOverflowPositiveCheck with UINT32_MAX in CodeGen::genIntCastOverflowCheck...
github.com
May 15, 2025 at 2:46 AM
[LoongArch64] Fix NativeAOT libs.tests failed cases in System.Runtime.Tests & System.Runtime.Numerics.Tests. (115598) https://github.com/dotnet/runtime/pull/115598
[release/9.0-staging] Update dependencies from dotnet/icu (115597) https://github.com/dotnet/runtime/pull/115597
[release/9.0-staging] Update dependencies from dotnet/icu by dotnet-maestro[bot] · Pull Request #115597 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/icu
Subscription: 5e3f9b88-faad-436c-a580-ac009d20bb33
Build: 20250514.2
Date Produced: May 14, 2025 11:10:29 PM...
github.com
May 15, 2025 at 2:06 AM
[release/9.0-staging] Update dependencies from dotnet/icu (115597) https://github.com/dotnet/runtime/pull/115597
[release/9.0-staging] Update dependencies from dotnet/hotreload-utils (115596) https://github.com/dotnet/runtime/pull/115596
[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by dotnet-maestro[bot] · Pull Request #115596 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/hotreload-utils
Subscription: b458125c-6cf0-41ea-981d-2709b660d5c5
Build: 20250514.1
Date Produced: May 14, 2025...
github.com
May 15, 2025 at 2:06 AM
[release/9.0-staging] Update dependencies from dotnet/hotreload-utils (115596) https://github.com/dotnet/runtime/pull/115596
The target process exited with code -2146233082 (0x80131506) while evaluating the function 'System.Collections.Generic.ICollectionDebugView.ICollectionDebugView'. (115595) https://github.com/dotnet/runtime/issues/115595
The target process exited with code -2146233082 (0x80131506) while evaluating the function 'System.Collections.Generic.ICollectionDebugView<T>.ICollectionDebugView'. · Issue #115595 · dotnet/runtime
Description Hi .NET Team: I regularly get this error when debugging my app: Microsoft Visual Studio The target process exited with code -2146233082 (0x80131506) while evaluating the function 'Syste...
github.com
May 15, 2025 at 2:06 AM
The target process exited with code -2146233082 (0x80131506) while evaluating the function 'System.Collections.Generic.ICollectionDebugView.ICollectionDebugView'. (115595) https://github.com/dotnet/runtime/issues/115595
Debugger fixes for the Windows X86 EH Funclets model (115593) https://github.com/dotnet/runtime/pull/115593
Debugger fixes for the Windows X86 EH Funclets model by davidwrighton · Pull Request #115593 · dotnet/runtime
Notable areas improved
The funclets model uses the vectored exception handler to funnel debug events to the debugger
FramePointer details for the debugger are inscrutable and weird. I've made ...
github.com
May 15, 2025 at 12:15 AM
Debugger fixes for the Windows X86 EH Funclets model (115593) https://github.com/dotnet/runtime/pull/115593
JIT: Allow any baseline intrinsics in lowering (115592) https://github.com/dotnet/runtime/pull/115592
JIT: Allow any baseline intrinsics in lowering by saucecontrol · Pull Request #115592 · dotnet/runtime
Under the current JIT rules, the config knobs meant for testing HWIntrinsics APIs and fallback code also impact codegen for ordinary casts. Some casts are implemented directly in codegen, where we...
github.com
May 14, 2025 at 11:15 PM
JIT: Allow any baseline intrinsics in lowering (115592) https://github.com/dotnet/runtime/pull/115592
Fix HFA treatment of floating-point-based enums. (115591) https://github.com/dotnet/runtime/pull/115591
Fix HFA treatment of floating-point-based enums. by jkoritzinsky · Pull Request #115591 · dotnet/runtime
Treat enums of floating point types (something that's only possible in IL) as an HFA in crossgen2 like we do for CoreCLR.
github.com
May 14, 2025 at 10:39 PM
Fix HFA treatment of floating-point-based enums. (115591) https://github.com/dotnet/runtime/pull/115591
Add Alpine Edge and Azure Linux bare VM testing (115590) https://github.com/dotnet/runtime/pull/115590
Add Alpine Edge and Azure Linux bare VM testing by richlander · Pull Request #115590 · dotnet/runtime
Add Alpine Edge as a new leg in preparation for Alpine 3.22 support per Consider providing Alpine edge images dotnet-buildtools-prereqs-docker#1426
Increase Arm64 coverage by switch to AL3 + Ubuntu...
github.com
May 14, 2025 at 9:54 PM
Add Alpine Edge and Azure Linux bare VM testing (115590) https://github.com/dotnet/runtime/pull/115590
[main] Update dependencies from dotnet/arcade (6443) https://github.com/dotnet/extensions/pull/6443
[main] Update dependencies from dotnet/arcade by dotnet-maestro[bot] · Pull Request #6443 · dotnet/extensions
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
Subscription: 880157e9-0697-413c-e34e-08db5b619b22
Build: 20250513.5
Date Produced: May 14, 2025 12:31:08...
github.com
May 14, 2025 at 9:39 PM
[main] Update dependencies from dotnet/arcade (6443) https://github.com/dotnet/extensions/pull/6443
[release/9.0-staging] Update dependencies from dotnet/xharness (115589) https://github.com/dotnet/runtime/pull/115589
[release/9.0-staging] Update dependencies from dotnet/xharness by dotnet-maestro[bot] · Pull Request #115589 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/xharness
Subscription: 077f423f-1332-4108-a2ea-08dcc66548e6
Build: 20250512.2
Date Produced: May 12, 2025 9:25:2...
github.com
May 14, 2025 at 9:39 PM
[release/9.0-staging] Update dependencies from dotnet/xharness (115589) https://github.com/dotnet/runtime/pull/115589
[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages (115588) https://github.com/dotnet/runtime/pull/115588
[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by dotnet-maestro[bot] · Pull Request #115588 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/source-build-reference-packages
Subscription: 3b2e34b4-9c9e-4da6-a358-02c0b764a22e
Build: 20250423.3
Date Produc...
github.com
May 14, 2025 at 9:39 PM
[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages (115588) https://github.com/dotnet/runtime/pull/115588
[release/8.0-staging] Update dependencies from dotnet/arcade (115587) https://github.com/dotnet/runtime/pull/115587
[release/8.0-staging] Update dependencies from dotnet/arcade by dotnet-maestro[bot] · Pull Request #115587 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
Subscription: f3ed209d-980c-4076-a437-08dbcfd61a5a
Build: 20250513.4
Date Produced: May 14, 2025 12:22:08...
github.com
May 14, 2025 at 9:39 PM
[release/8.0-staging] Update dependencies from dotnet/arcade (115587) https://github.com/dotnet/runtime/pull/115587
[release/8.0-staging] Update dependencies from dotnet/source-build-reference-packages (115586) https://github.com/dotnet/runtime/pull/115586
[release/8.0-staging] Update dependencies from dotnet/source-build-reference-packages by dotnet-maestro[bot] · Pull Request #115586 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/source-build-reference-packages
Subscription: 1626bff2-6010-444e-f998-08dbcfd3e5b0
Build: 20250410.2
Date Produc...
github.com
May 14, 2025 at 9:39 PM
[release/8.0-staging] Update dependencies from dotnet/source-build-reference-packages (115586) https://github.com/dotnet/runtime/pull/115586
[release/8.0-staging] Update dependencies from dotnet/xharness (115585) https://github.com/dotnet/runtime/pull/115585
[release/8.0-staging] Update dependencies from dotnet/xharness by dotnet-maestro[bot] · Pull Request #115585 · dotnet/runtime
This pull request updates the following dependencies
From https://github.com/dotnet/xharness
Subscription: 3c89df73-24a9-48a4-8224-08dbcfd3ad70
Build: 20250505.2
Date Produced: May 5, 2025 2:50:08...
github.com
May 14, 2025 at 9:39 PM
[release/8.0-staging] Update dependencies from dotnet/xharness (115585) https://github.com/dotnet/runtime/pull/115585
Remove unwanted ternary node (115584) https://github.com/dotnet/runtime/pull/115584
Remove unwanted ternary node in lowering by kunalspathak · Pull Request #115584 · dotnet/runtime
Fixes: #115488
github.com
May 14, 2025 at 9:08 PM
Remove unwanted ternary node (115584) https://github.com/dotnet/runtime/pull/115584
Use UnsafeAccessorType in System.Private.CoreLib and the BCL (115583) https://github.com/dotnet/runtime/pull/115583
Use UnsafeAccessorType in System.Private.CoreLib and the BCL by jkoritzinsky · Pull Request #115583 · dotnet/runtime
Use the new UnsafeAccessorTypeAttribute to provide a more strongly-typed and straightforward mechanism to solve our layering issues in the product than the traditional Reflection API surface.
github.com
May 14, 2025 at 9:08 PM
Use UnsafeAccessorType in System.Private.CoreLib and the BCL (115583) https://github.com/dotnet/runtime/pull/115583
[NOREVIEW] Test markdown only change (115582) https://github.com/dotnet/runtime/pull/115582
[NOREVIEW] Test markdown only change by vcsjones · Pull Request #115582 · dotnet/runtime
github.com
May 14, 2025 at 8:28 PM
[NOREVIEW] Test markdown only change (115582) https://github.com/dotnet/runtime/pull/115582
Ensure that NI_SSE2_Extract and NI_SSE41_Extract are simdSize=16 (115580) https://github.com/dotnet/runtime/pull/115580
Ensure that NI_SSE2_Extract and NI_SSE41_Extract are simdSize=16 by tannergooding · Pull Request #115580 · dotnet/runtime
This resolves #115493
github.com
May 14, 2025 at 8:03 PM
Ensure that NI_SSE2_Extract and NI_SSE41_Extract are simdSize=16 (115580) https://github.com/dotnet/runtime/pull/115580