-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Insights: dotnet/runtime
Overview
Could not load contribution data
Please try again later
31 Pull requests merged by 24 people
-
Fix Regex source generator multithreading issue
#118086 merged
Jul 27, 2025 -
Implement
Unsafe.IsAddressLessThanOrEqualTo
&Unsafe.IsAddressGreaterThanOrEqualTo
#117800 merged
Jul 27, 2025 -
Replace nop regex loops with empty
#118079 merged
Jul 26, 2025 -
Coalesce adjacent equivalent anchors
#118083 merged
Jul 26, 2025 -
Check source and destination spans overlap in TryNormalize method
#118047 merged
Jul 26, 2025 -
Add XML documentation for 29 undocumented .NET 7.0 APIs
#117697 merged
Jul 26, 2025 -
Re-enable VarianceSafety tests on crossgen
#118036 merged
Jul 26, 2025 -
Re-enable Method002 test on crossgen
#118035 merged
Jul 26, 2025 -
Simplify lazy initialization by removing
Volatile.Read
#117868 merged
Jul 25, 2025 -
KeyGen and OSSL support for managed Composite ML-DSA + RSA
#117856 merged
Jul 25, 2025 -
ML-DSA certificate accessors for M.B.C.
#117907 merged
Jul 25, 2025 -
Add
LocalPath
property toRuntimeFile
andResourceAssembly
for writing/reading deps.json#118034 merged
Jul 25, 2025 -
JIT: Fix check for cast type for cast on top of address
#118019 merged
Jul 25, 2025 -
JIT: Rework
*ComplexityExceeds
helpers to take caller-defined complexity computation#118046 merged
Jul 25, 2025 -
Implement GC bridge VM support in NativeAOT
#117738 merged
Jul 25, 2025 -
[Android][CoreCLR] Use relative path instead of just the filename when probing for assembly
#118054 merged
Jul 25, 2025 -
Allow stack size to be configured
#110455 merged
Jul 25, 2025 -
[clr-interp] Include clrinterpreter library in the iOS app bundle
#117277 merged
Jul 25, 2025 -
Remove active issue comment.
#117808 merged
Jul 25, 2025 -
[mono][aot] Prevent localloc in a loop during constrained gsharedvt calls
#117679 merged
Jul 25, 2025 -
Print specific error when framework in runtimeconfig.json is missing a version
#117914 merged
Jul 25, 2025 -
Fix SearchValues asserts for WASM
#118030 merged
Jul 25, 2025 -
Adding GetAppDomainData cDAC API
#117827 merged
Jul 24, 2025 -
Fix GC stress log and analysis
#108655 merged
Jul 24, 2025 -
Move RuntimeAsync ifdef to env variable
#118011 merged
Jul 24, 2025 -
[release/9.0-staging] Update dependencies from dotnet/icu
#117962 merged
Jul 24, 2025 -
[release/9.0-staging] Update dependencies from dotnet/cecil
#117910 merged
Jul 24, 2025 -
Emit IsAotCompatible attribute metadata
#118008 merged
Jul 24, 2025 -
Remove lifetime2 test and remove its crossgen2 test exclusion
#117995 merged
Jul 24, 2025
27 Pull requests opened by 20 people
-
Add `/Library/Preferences/dotnet/Settings.plist` to Change PKG Installer to Append to `PATH`
#118033 opened
Jul 24, 2025 -
Add NativeAOT on Android test
#118037 opened
Jul 24, 2025 -
Add tests for assembly resolution downgrading via extension mechanisms
#118040 opened
Jul 24, 2025 -
Always read from underlying stream in StreamPipeReader
#118041 opened
Jul 24, 2025 -
Investigational changes for issue #109200
#118043 opened
Jul 24, 2025 -
[RuntimeAsync] Tweak some reflection scenarios around async methods.
#118045 opened
Jul 24, 2025 -
testing
#118048 opened
Jul 25, 2025 -
[cDAC] GC Contract
#118050 opened
Jul 25, 2025 -
Delete `DEFAULT_STACK_SIZE`
#118057 opened
Jul 25, 2025 -
Dependency graph expansion experiments
#118060 opened
Jul 25, 2025 -
[cDAC] Rename datadescriptor.h -> datadescriptor.inl
#118067 opened
Jul 25, 2025 -
Add Compliance tests for GB18030-2022
#118075 opened
Jul 25, 2025 -
Update DefaultStackSize to Thread_DefaultStackSize
#118076 opened
Jul 25, 2025 -
Fix stack limits condition
#118077 opened
Jul 25, 2025 -
JIT: Boost inversion for oversize loops with bounds checks
#118078 opened
Jul 26, 2025 -
[release/9.0-staging] Update dependencies from dotnet/roslyn
#118080 opened
Jul 26, 2025 -
Fix ArgumentOutOfRangeException in XmlReader when parsing malformed UTF-8 sequences
#118081 opened
Jul 26, 2025 -
Update mentionees for the binaryformatter-migration label
#118082 opened
Jul 26, 2025 -
Remove capture groups from negative lookarounds
#118084 opened
Jul 26, 2025 -
Don't use vfork on android
#118085 opened
Jul 26, 2025 -
Transform regex `X|` into `X?`
#118087 opened
Jul 26, 2025 -
ML-DSA SignedCMS
#118088 opened
Jul 27, 2025 -
[wasm][interp] Add PackedSimd aliases for AddSaturate and SubtractSaturate
#118089 opened
Jul 27, 2025 -
Remove positive lookarounds that wrap only zero-width assertions
#118091 opened
Jul 27, 2025 -
Conditionally set SYSTEM PATH in host install
#118092 opened
Jul 27, 2025 -
[API Proposal]: Implement IParsable<TSelf> et cetera on IPEndPoint
#118095 opened
Jul 27, 2025 -
Simplify constant `TimeSpan` retrieval
#118097 opened
Jul 27, 2025
71 Issues closed by 23 people
-
Faster thread local statics
#63619 closed
Jul 27, 2025 -
JIT: use `test` for Nullable == null
#13828 closed
Jul 27, 2025 -
[API Proposal]: Unsafe.IsAddressLessThanOrEqualTo / IsAddressGreaterThanOrEqualTo
#88478 closed
Jul 27, 2025 -
New span overloads of `StringNormalizationExtensions` do not check memory overlapping
#118017 closed
Jul 26, 2025 -
[API Proposal]: `using` support for ArrayPool
#112839 closed
Jul 26, 2025 -
`typeof(object).IsAssignableFrom(typeof(RefStruct))` returns true, but it's not casteable to that type
#113787 closed
Jul 26, 2025 -
Utf8.TryWrite applies alignment by counting bytes instead of characters
#109615 closed
Jul 26, 2025 -
Update usage of EOL Raspbian 10 Helix container image
#109420 closed
Jul 26, 2025 -
Unable to set EntryPoint on generated assemblies with System.Reflection.Emit
#62591 closed
Jul 26, 2025 -
[PERF] Occasionally hitting CryptographicException on performance CI runs
#114129 closed
Jul 26, 2025 -
System.Runtime.Serialization.Formatters compatibility package question
#113099 closed
Jul 26, 2025 -
[outerloop][Long Running Test] System.Tests.StringTests.TestStringSearchCacheSynchronization
#111811 closed
Jul 26, 2025 -
SerializationBinder.BindToName not called for an Array Type
#108444 closed
Jul 26, 2025 -
Suboptimal code and possible loss of precision in `Stopwatch.GetElapsedTime(long, long)`
#109685 closed
Jul 26, 2025 -
[Perf] Linux/x64: 5 Regressions on 12/12/2024 1:14:47 PM
#110788 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2025-21176 | .NET and Visual Studio Remote Code Execution Vulnerability
#111425 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-43499 | .NET Denial of Service Vulnerability
#109738 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2025-21171 | .NET Remote Code Execution Vulnerability
#111423 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2025-21172 | .NET and Visual Studio Remote Code Execution Vulnerability
#111424 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-43498 | .NET Remote Code Execution Vulnerability
#109740 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-43485 | .NET Denial of Service Vulnerability
#108678 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-43484 | .NET Denial of Service Vulnerability
#108676 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-43483 | .NET Denial of Service Vulnerability
#108674 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-38167 | .NET Information Disclosure Vulnerability
#106359 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-38095 | .NET Denial of Service Vulnerability
#104622 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-38081 | .NET Denial of Service Vulnerability
#104621 closed
Jul 26, 2025 -
Microsoft Security Advisory CVE-2024-30105 | .NET Denial of Service Vulnerability
#104619 closed
Jul 26, 2025 -
Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile Access Denied After a While
#112896 closed
Jul 26, 2025 -
Specialize BinaryReader for UnmanagedMemoryStream similar to MemoryStream specialization
#113187 closed
Jul 26, 2025 -
IDE0060 suggests that the `this` parameter in an extension method is unused
#118073 closed
Jul 26, 2025 -
[9.0] MemoryCacheTest.Trim(String throwOnDisposed=true) failure - assert values differ
#113331 closed
Jul 26, 2025 -
JsonPolymorphic + ReferenceHandler.IgnoreCycles = generates invalid json
#113259 closed
Jul 26, 2025 -
MemoryCache has a Finalizer
#113340 closed
Jul 26, 2025 -
[Perf] Windows/x64: 5 Regressions on 3/6/2025 2:14:44 PM +00:00
#113379 closed
Jul 26, 2025 -
System.IO.Ports SerialPort.Open somehow entering into WmMouseUp events
#113433 closed
Jul 26, 2025 -
[Fuzzing] Add more fuzzers for inbuilt libraries
#113480 closed
Jul 26, 2025 -
Disk write performance difference when calling FlushAsync() vs specifying FileOptions.WriteThrough
#113526 closed
Jul 26, 2025 -
HttpClient.GetFromJsonAsync<T> does not handle 204 returned by ASP.NET Core
#113941 closed
Jul 26, 2025 -
Tensor.ReverseDimension on sliced TensorSpan sometimes produces invalid results
#107707 closed
Jul 26, 2025 -
Crossgen outerloop regression: 2 variance safety test failures in SVM VarianceSafety
#109201 closed
Jul 26, 2025 -
Crossgen outerloop regression: Variance/Methods/Method002 failing all 12 test cases
#109202 closed
Jul 26, 2025 -
build error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
#108823 closed
Jul 25, 2025 -
Move `Compiler/Win32Resources` and their namespace to more general place
#90063 closed
Jul 25, 2025 -
APSL-2.0 in System.Native
#111241 closed
Jul 25, 2025 -
Upgrade opensuse helix usage to 15.6
#109383 closed
Jul 25, 2025 -
Test failure: baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException/MultipleException.cmd
#109693 closed
Jul 25, 2025 -
X509CertificateLoader.LoadPkcs12FromFile fails on .NET Framework with ML-DSA Certificate
#118070 closed
Jul 25, 2025 -
SEHException on misaligned access
#91662 closed
Jul 25, 2025 -
Breaking change in .NET 9 behavior for the ability to allow duplicate attributes in a PFX
#113726 closed
Jul 25, 2025 -
iOS application started to crash after upgrade from NET8 to NET9
#117895 closed
Jul 25, 2025 -
Support CommandLineToArgvW as a Cross platform in netcore
#668 closed
Jul 25, 2025 -
Test failure: JIT/IL_Conformance/Old/directed/ldloca_s_i1/ldloca_s_i1.dll
#118006 closed
Jul 25, 2025 -
[Perf] Linux/arm64: 1 Regression on 7/14/2025 10:06:16 PM +00:00
#117771 closed
Jul 25, 2025 -
[NativeAOT] BouncyCastle SIGARBT -1
#118058 closed
Jul 25, 2025 -
Precision discrepancy in floating-point calculation between .NET Framework and .NET Core
#118059 closed
Jul 25, 2025 -
IEmbeddingGenerator GenerateAsync causes Fatal error. Internal CLR error. (0x80131506)
#118026 closed
Jul 25, 2025 -
[Android][CoreCLR] `System.Resources.ResourceManager.Tests.csproj` fails
#118012 closed
Jul 25, 2025 -
Officially document and update the `DEFAULT_STACK_SIZE` app property
#113344 closed
Jul 25, 2025 -
av in x86 JIT leads to runtime assert
#115638 closed
Jul 25, 2025 -
Missing version in framework reference leads to misleading error
#3743 closed
Jul 25, 2025 -
AB-BA deadlock during process startup
#118014 closed
Jul 25, 2025 -
ReadOnlySpanTests.TestNoMatchValuesLargerLastIndexOfAny_Byte_ManyByte
#118022 closed
Jul 25, 2025 -
Enable TRACE_GC validation build once the build has been fixed
#108628 closed
Jul 24, 2025 -
Crossgen outerloop regression: JIT/Directed/lifetime/lifetime2/lifetime2.cmd
#109313 closed
Jul 24, 2025
18 Issues opened by 18 people
-
.NET bundle may be built with non-utf8 but always execute with utf8.
#118098 opened
Jul 27, 2025 -
Add JSON output format for `dotnet --info` and introduce `dotnet env` for common queries
#118096 opened
Jul 27, 2025 -
"Clr -msbuild" build is broken by clrinterpreter
#118093 opened
Jul 27, 2025 -
Android tests fail with INSTALL_FAILED_INSUFFICIENT_STORAGE
#118090 opened
Jul 27, 2025 -
[RuntimeAsync] Support `MethodImpl.Async` on dynamic methods.
#118074 opened
Jul 25, 2025 -
Request: Add implicit conversion between KeyValuePair and ValueTuple
#118068 opened
Jul 25, 2025 -
Follow up to M.B.C. cert accessors (#117907)
#118066 opened
Jul 25, 2025 -
SymmetricAlgorithm.BlockSize setter resets IV even if BlockSize isn't changing
#118063 opened
Jul 25, 2025 -
Consider updating named blocks in Regex
#118062 opened
Jul 25, 2025 -
Regarding the issue of the UdpClient.EnableBroadcast property
#118055 opened
Jul 25, 2025 -
[API Proposal]: Remove IEquatable<T>? constraint on ArgumentOutOfRangeException ThrowIfEqual/ThrowIfNotEqual
#118053 opened
Jul 25, 2025 -
[API Proposal]: LinkedList-DequeList Alternative
#118051 opened
Jul 25, 2025 -
[wasm] High memory fragmentation on LOS allocations
#118044 opened
Jul 24, 2025 -
ILVerify support for runtime async
#118042 opened
Jul 24, 2025 -
gc.cpp assert during the nativeaot.SmokeTests runs
#118038 opened
Jul 24, 2025
553 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add external mu support to ML-DSA
#117966 commented on
Jul 26, 2025 • 22 new comments -
Adding GetAssemblyLoadContext cDAC API
#117939 commented on
Jul 27, 2025 • 17 new comments -
[LoongArch64] Handle LASX/LSX/FP context depending on ISA availability.
#118007 commented on
Jul 25, 2025 • 16 new comments -
[wasm] Add missing properties to PropertiesThatTriggerRelinking for WASM and WASI
#117983 commented on
Jul 25, 2025 • 13 new comments -
[EventPipe] Optimize ThreadSessionState Management and Cleanup
#118029 commented on
Jul 25, 2025 • 11 new comments -
Updating LSRA to prevent eGPR use as GC tracked regs.
#117991 commented on
Jul 25, 2025 • 11 new comments -
Check return types in isCompatibleMethodGDV
#118027 commented on
Jul 25, 2025 • 9 new comments -
[Android] Prevent race condition by synchronizing buffer access
#117950 commented on
Jul 25, 2025 • 4 new comments -
[cDAC] Implement IXCLRDataProcess.EnumMethodInstancesByAddress
#115131 commented on
Jul 25, 2025 • 2 new comments -
[cDAC] Implement `ISOSDacInterface::GetJumpThunkTarget`
#117781 commented on
Jul 27, 2025 • 2 new comments -
[browser] fix JSExport in lazy loaded assembly
#117890 commented on
Jul 25, 2025 • 2 new comments -
[wasi] Disable build in .NET 10
#117936 commented on
Jul 25, 2025 • 2 new comments -
Vector int divide short byte
#117996 commented on
Jul 25, 2025 • 2 new comments -
Check HFA alignment for valuetype fields
#106099 commented on
Jul 26, 2025 • 1 new comment -
System.Diagnostics.Tests.PerformanceCounterTests.PerformanceCounter_IncrementBy_IncrementByReadOnly failed with "Attempted to perform an unauthorized operation"
#116014 commented on
Jul 27, 2025 • 0 new comments -
Test failure: System.Reflection.Metadata.ApplyUpdateTest.TestGenericAddStaticField
#115318 commented on
Jul 27, 2025 • 0 new comments -
Test failure: Microsoft.Extensions.Hosting.Internal.HostTests.HostLifetimeOnStartedCanBeCancelled
#110988 commented on
Jul 27, 2025 • 0 new comments -
Test failure: baseservices/threading/regressions/115178/115178/115178.cmd
#116060 commented on
Jul 27, 2025 • 0 new comments -
Test failure: JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.cmd
#106675 commented on
Jul 27, 2025 • 0 new comments -
CI flakiness: mono interpreter build getting killed
#114123 commented on
Jul 27, 2025 • 0 new comments -
System.Security.Cryptography.X509Certificates.Tests: Assertion failed: pkey != NULL
#116307 commented on
Jul 27, 2025 • 0 new comments -
[wasm][release/9.0] Test SteppingIntoLibrarySymbolsLoadedFromSymbolServerAddOtherSymbolServerAndStepAgain timeouts
#116368 commented on
Jul 27, 2025 • 0 new comments -
[wasm] `HttpClientCloseTest.CloseOutputAsync_ClientInitiated_CanReceive_CanClose` failures on `Windows.Amd64.Server2022.Open`
#116373 commented on
Jul 27, 2025 • 0 new comments -
[wasm] Test Wasm.Build.Tests.WasmRunOutOfAppBundleTests.RunOutOfAppBundle fails
#116382 commented on
Jul 27, 2025 • 0 new comments -
Interop/COM/NativeClients/Dispatch test failure: 0x80131516 = dispatchCoerceTesting->Invoke
#116393 commented on
Jul 27, 2025 • 0 new comments -
iOS.Device.LibraryMode.Test: failed to determine exit code - RETURN_CODE_NOT_SET
#116558 commented on
Jul 27, 2025 • 0 new comments -
Wasm.Build.Tests timeout
#116697 commented on
Jul 27, 2025 • 0 new comments -
[9.0] Timeout - Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations
#116719 commented on
Jul 27, 2025 • 0 new comments -
[wasm] WBT `SatelliteAssembliesTests.CheckThatSatelliteAssembliesAreNotAOTed` failing
#90458 commented on
Jul 27, 2025 • 0 new comments -
[8.0] TestRevocationWithNoNextUpdate_NotRevoked - System.Security.Cryptography.X509Certificates.Tests
#116760 commented on
Jul 27, 2025 • 0 new comments -
[8.0] Long running test timeout: Wasm.Build.Tests.TestAppScenarios.WasmAppBuilderDebugLevelTests.BuildWithExplicitValue
#114698 commented on
Jul 27, 2025 • 0 new comments -
[9.0-staging] Unable to open dump json file
#114693 commented on
Jul 27, 2025 • 0 new comments -
[8.0][wasm] DefaultTemplate_AOT_InProjectFile test failure - aot-instances.dll precompiling failed with exit 137
#114653 commented on
Jul 27, 2025 • 0 new comments -
[maccatalyst][x64] SendTo_.*.Datagram_UDP_AccessDenied_Throws_DoesNotBind cannot reach host
#114450 commented on
Jul 27, 2025 • 0 new comments -
Test failure BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover
#88027 commented on
Jul 27, 2025 • 0 new comments -
SIGKILL System.Runtime.Serialization.Formatters.Tests
#114287 commented on
Jul 27, 2025 • 0 new comments -
Timeout in HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel
#114704 commented on
Jul 27, 2025 • 0 new comments -
[8.0][runtime-community][linux-armv6] Failed to install runtime_python_requirements
#114924 commented on
Jul 27, 2025 • 0 new comments -
[Apple mobile][mono] `GitHub_23791` runtime test crash in AOT-interpreter mode
#114908 commented on
Jul 27, 2025 • 0 new comments -
Xml.Tests OOM on Wasm
#115152 commented on
Jul 27, 2025 • 0 new comments -
[8.0] GC Large array test failure
#114222 commented on
Jul 27, 2025 • 0 new comments -
System.Net.Mail.Functional.Tests timeout on debug builds
#115382 commented on
Jul 27, 2025 • 0 new comments -
[9.0] WASM: Precompiling failed for C:\...\*.dll with exit code -1073741819
#115409 commented on
Jul 27, 2025 • 0 new comments -
[Test failure] ClientAsyncAuthenticate_ConnectionInfoInCallback_DoesNotThrow on android
#115467 commented on
Jul 27, 2025 • 0 new comments -
[9.0] WasmTestOnV8-ST-System.Runtime.Tests
#115628 commented on
Jul 27, 2025 • 0 new comments -
System.Net.Http.Functional.Tests timeouts
#115683 commented on
Jul 27, 2025 • 0 new comments -
[browser] System.Runtime.InteropServices.JavaScript.Tests.TimerTests.TestTimers
#115763 commented on
Jul 27, 2025 • 0 new comments -
[iOS/tvOS] `System.Runtime.Tests` crash with signal 4
#116815 commented on
Jul 27, 2025 • 0 new comments -
X509Certificates.Tests.ChainTests.BuildChainCustomTrustStore failure on linux musl
#117723 commented on
Jul 27, 2025 • 0 new comments -
TimeZoneInfoTests.NoBackwardTimeZones tests are failing on Android
#117731 commented on
Jul 27, 2025 • 0 new comments -
[WASM] Hundreds of tests failing without log
#117772 commented on
Jul 27, 2025 • 0 new comments -
System.Diagnostics.Tests.ProcessTests.TestCheckChildProcessUserAndGroupIds fails on Alpine jobs with "Operation not permitted"
#117811 commented on
Jul 27, 2025 • 0 new comments -
Assertion failed 'varTypeIsSIMD(op1)' in TensorPrimitives
#117881 commented on
Jul 27, 2025 • 0 new comments -
Assertion failure in jit compiler.hpp when running different tests #6010
#117896 commented on
Jul 27, 2025 • 0 new comments -
TimeZoneInfoTests.Platform_TimeZoneNames failing on Android
#117903 commented on
Jul 27, 2025 • 0 new comments -
System.ComponentModel.TypeConverter.Tests.WorkItemExecution failure
#117961 commented on
Jul 27, 2025 • 0 new comments -
[wasm] System.Net.WebSockets.Client.Tests.InvokerCloseTest.CloseOutputAsync_ClientInitiated_CanReceive_CanClose failing with WebSocketException
#117964 commented on
Jul 27, 2025 • 0 new comments -
browser-wasm linux Release LibraryTests queues timing out
#117974 commented on
Jul 27, 2025 • 0 new comments -
System.Data.OleDb.Test - timeout and hangs
#74488 commented on
Jul 27, 2025 • 0 new comments -
System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection tests failing in CI
#75417 commented on
Jul 27, 2025 • 0 new comments -
Build on Windows Fails sometimes with fatal error C1090: PDB API call failed
#48070 commented on
Jul 27, 2025 • 0 new comments -
3 System.Diagnostics tests failing - System.FormatException : The input is not a valid Base-64
#76140 commented on
Jul 27, 2025 • 0 new comments -
MonoTests.System.Runtime.Caching.MemoryCacheTestExpires5.TestCacheExpiryOrdering()
#103711 commented on
Jul 27, 2025 • 0 new comments -
[mono] AOT compiling UnsafeAccessorsTests.dll exited with code 134.
#116937 commented on
Jul 27, 2025 • 0 new comments -
wasm build failure in CI
#117017 commented on
Jul 27, 2025 • 0 new comments -
Cryptography.Tests: No PEM encoded data found
#117163 commented on
Jul 27, 2025 • 0 new comments -
Unable to pull image mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly
#117164 commented on
Jul 27, 2025 • 0 new comments -
System.Diagnostics.Tests.DiagnosticMethodInfoTests.Create_StackFrame: ArgumentNullException : Value cannot be null. (Parameter 'frame')
#117165 commented on
Jul 27, 2025 • 0 new comments -
WasmTestOnChrome-ST-System.IO.UnmanagedMemoryStream.Tests
#117166 commented on
Jul 27, 2025 • 0 new comments -
WasmTestOnChrome-ST-System.Memory.Tests errors
#117169 commented on
Jul 27, 2025 • 0 new comments -
System.Text.Json.Tests fails with GC hole assert
#117186 commented on
Jul 27, 2025 • 0 new comments -
[wasm] OpenQA.Selenium.WebDriverTimeoutException: timeout: Timed out receiving message from renderer
#117486 commented on
Jul 27, 2025 • 0 new comments -
BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGeneration is failing in CI
#117520 commented on
Jul 27, 2025 • 0 new comments -
fetchzlibng-build failed in browser-wasm windows Debug AllSubsets_CoreCLR / Build product
#117528 commented on
Jul 27, 2025 • 0 new comments -
WasmAppBuilderDebugLevelTests timeout failure
#117546 commented on
Jul 27, 2025 • 0 new comments -
`JIT/Methodical/tailcall/deep_gc_d` failing with assert `dwILOffsetWalk == dwILOffsetDebugInterface` with JitStress
#117561 commented on
Jul 27, 2025 • 0 new comments -
System.Xml.Tests failing
#117614 commented on
Jul 27, 2025 • 0 new comments -
System.Security.Cryptography.Rsa.Tests.RSAXml Test Suite Fails with Strings Differ/Containers Differ
#117665 commented on
Jul 27, 2025 • 0 new comments -
LibraryImportGenerator test get killed on Ubuntu
#117666 commented on
Jul 27, 2025 • 0 new comments -
Add remaining APX NCI instructions to emitter
#114563 commented on
Jul 24, 2025 • 0 new comments -
failure in System.Numerics.Tests.op_rightshiftTest.LargeNegativeBigIntegerShiftTest
#107990 commented on
Jul 27, 2025 • 0 new comments -
iOS tests failing with WORKLOAD TIMED OUT - Killing user command.
#108103 commented on
Jul 27, 2025 • 0 new comments -
`GetAsync_ServerNeedsAuthAndNoCredential_StatusCodeUnauthorized` got cancelled
#108019 commented on
Jul 27, 2025 • 0 new comments -
failure in Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations
#108107 commented on
Jul 27, 2025 • 0 new comments -
[9.0] Assert: values differ in WebSocketServer_NoUserReadOrWrite_SendsPingAndReadsPongResponse
#108298 commented on
Jul 27, 2025 • 0 new comments -
[9.0] Wasm build terminated with exit code 137
#108299 commented on
Jul 27, 2025 • 0 new comments -
[mono] MiniJIT System.Formats.Nrbf.Tests getting killed
#108515 commented on
Jul 27, 2025 • 0 new comments -
[WASI] Sockets - unknown handle index
#108726 commented on
Jul 27, 2025 • 0 new comments -
Timeout on deleting builds for Wasm.Build.Tests.TestAppScenarios.SatelliteLoadingTests.LoadSatelliteAssembly
#108801 commented on
Jul 27, 2025 • 0 new comments -
[Apple-mobile] `System.Tests.StringTests.[Starts,Ends]WithNoMatch_StringComparison` test failure
#108832 commented on
Jul 27, 2025 • 0 new comments -
[Wasm][Test Failure] ConsolePublishAndRun(config: "Release", aot: True, relinking: False)
#106162 commented on
Jul 27, 2025 • 0 new comments -
System.Net.Http.Functional.Tests.TelemetryTest failing with differing string
#109024 commented on
Jul 27, 2025 • 0 new comments -
[debugger] Inspector exceptions in debugger tests
#109025 commented on
Jul 27, 2025 • 0 new comments -
[8.0] Assert contains failure, not found "Stopping after AOT" in Wasm.Build.Tests.NativeBuildTests.MonoAOTCross_WorksWithNoTrimming
#109565 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] JSHostImplementation.CallEntrypoint - The handle is invalid
#109636 commented on
Jul 27, 2025 • 0 new comments -
chrome-DebuggerTests failing on mono while waiting for pause
#109795 commented on
Jul 27, 2025 • 0 new comments -
Blazor WebAssembly - `ZipArchiveEntry.Open` throws `ZLibException` when the `InvariantGlobalization` MSBuild property is set to true since .NET 10 Preview 3
#115720 commented on
Jul 26, 2025 • 0 new comments -
Blazor WebAssembly - `ZipArchiveEntry.Open` causes unexpected termination at runtime in published app on .NET 10 Preview 3 and 4
#115780 commented on
Jul 26, 2025 • 0 new comments -
When I added a TargetOS type to the build script, some BCL libraries failed to compile
#117327 commented on
Jul 26, 2025 • 0 new comments -
Hot Reload: Clear resource cache on metadata update
#115911 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Make IsApplePlatform public
#113262 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Enhance ToDictionary with Duplicate Key Handling Options
#113096 commented on
Jul 26, 2025 • 0 new comments -
[Perf] Linux/x64: 1 Regression on 6/19/2025 2:24:12 PM +00:00
#116967 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Tensor Operators
#112781 commented on
Jul 26, 2025 • 0 new comments -
[CoreCLR] AccessViolationException on .NET 8.0.16 when tiered compilation is enabled
#116180 commented on
Jul 26, 2025 • 0 new comments -
[Android] Application crashes when an exception is thrown after running a System.Diagnostics.Process
#97209 commented on
Jul 26, 2025 • 0 new comments -
LINQ to XML: Inconsistent namespace prefix handling
#48400 commented on
Jul 26, 2025 • 0 new comments -
[mono] Deadlock on mono_loader_lock
#117504 commented on
Jul 27, 2025 • 0 new comments -
C# hostpolicy.dll Fatal Error
#117863 commented on
Jul 27, 2025 • 0 new comments -
System.TypeLoadException When Interface Type Contains Static Field/Property for Derived Struct Type
#104511 commented on
Jul 27, 2025 • 0 new comments -
System.InvalidCastException in DynamicallyAccessedMembersAnalyzer when using C# 14 extensions
#115949 commented on
Jul 27, 2025 • 0 new comments -
Add CIL instructions to detect arithmetic overflows without raising an exception
#13026 commented on
Jul 27, 2025 • 0 new comments -
[wasm] chrome-DebuggerTests crashing with DeadLetter
#109870 commented on
Jul 27, 2025 • 0 new comments -
[wasm]'WasmTestOnChrome-MT-Microsoft.VisualBasic.Core.Tests' END OF WORK ITEM LOG: Command timed out, and was killed
#112293 commented on
Jul 27, 2025 • 0 new comments -
System.Data.OleDb.Tests crash with exit code -1073740771
#112360 commented on
Jul 27, 2025 • 0 new comments -
[9.0] Native crash in System.Data.Odbc tests in linux x64 mono
#112422 commented on
Jul 27, 2025 • 0 new comments -
[9.0][source-build] Could not find BROTLIDEC using the following names: brotlidec
#112423 commented on
Jul 27, 2025 • 0 new comments -
[wasm] at System.Net.Http.BrowserHttpInterop.CancellationHelper
#112533 commented on
Jul 27, 2025 • 0 new comments -
[linux-x64] [mono-aot] Test `Runtime_101731.TestConvertToInt64NativeSingle(3.4028235E+38)` returns exit code 22
#112557 commented on
Jul 27, 2025 • 0 new comments -
TimeoutException in System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.SendAsync_Unexpected1xxResponses_DropAllInterimResponses
#112592 commented on
Jul 27, 2025 • 0 new comments -
[android] Android.Device_Emulator.JIT.Test failing on emulators with CoreCLR
#112633 commented on
Jul 27, 2025 • 0 new comments -
[Android] System.Tests.RandomTests.Next_IntInt_Next_IntInt_AllValuesAreWithinRange failing on android-arm
#112946 commented on
Jul 27, 2025 • 0 new comments -
[Android] System.Collections.Immutable tests timeout on android-arm and android-x86
#112948 commented on
Jul 27, 2025 • 0 new comments -
[Mono] Runtime test "test76531" fails in the LLVM (and mini) Full AOT configuration on linux-x64
#113060 commented on
Jul 27, 2025 • 0 new comments -
Test Failure: System.Diagnostics.Tests.ProcessTests/LongProcessNamesAreSupported
#29383 commented on
Jul 27, 2025 • 0 new comments -
[Long Running Test] 'System.Composition.UnitTests.ConcurrencyTests.SharedInstancesAreNotVisibleUntilActivationCompletes'
#113686 commented on
Jul 27, 2025 • 0 new comments -
[iOS][MacCatalyst] Invalid SocketOption in `MulticastInterface` on new macOS versions (14.7, 15.2)
#113827 commented on
Jul 27, 2025 • 0 new comments -
[browser] NoFingerprint, LazyLoadingTests.LoadLazyAssemblyBeforeItIsNeeded, timeout
#113836 commented on
Jul 27, 2025 • 0 new comments -
Test failure: Microsoft.Extensions.Configuration.EnvironmentVariables.Test.EnvironmentVariablesTest.BindingDoesNotThrowIfReloadedDuringBinding
#109904 commented on
Jul 27, 2025 • 0 new comments -
[MT][Firefox] Wasm test failure: System.IO.FileNotFoundException : Could not load file or assembly `xunit.assert`
#109945 commented on
Jul 27, 2025 • 0 new comments -
[mono] The type initializer for `System.Drawing.DrawingCom` threw an exception: Operation is not supported on this platform
#110150 commented on
Jul 27, 2025 • 0 new comments -
Test failure: baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester.cmd
#110173 commented on
Jul 27, 2025 • 0 new comments -
System.Diagnostics.Tests.PerformanceCounterCategoryTests.PerformanceCounterCategory_GetCounters Failed
#110454 commented on
Jul 27, 2025 • 0 new comments -
System.Diagnostics.Process.Tests failure on net10.0-linux-Debug-arm64-Mono_Minijit_Debug
#110643 commented on
Jul 27, 2025 • 0 new comments -
WASM MT: memory access out of bounds in System.Private.Xml.Tests
#110805 commented on
Jul 27, 2025 • 0 new comments -
[release/8.0-staging][android] CI failures in `System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildChainForSelfSignedCertificate`
#110857 commented on
Jul 27, 2025 • 0 new comments -
[Mono/linux-arm64] int32_t CryptoNative_EvpPKeyBits(EVP_PKEY *): Assertion `pkey != NULL' failed.
#110952 commented on
Jul 27, 2025 • 0 new comments -
[8.0] CMake build failure in linux armel tizen - ld.lld: error: cannot open crtbeginS.o: No such file or directory
#111279 commented on
Jul 27, 2025 • 0 new comments -
[8.0] System.Text.Json Stack overflow in JsonConverter
#111280 commented on
Jul 27, 2025 • 0 new comments -
[9.0][wasm] MONO_WASM: unaligned memory access
#111369 commented on
Jul 27, 2025 • 0 new comments -
[9.0] Process test expecting sleep but shows .NET long running process
#111431 commented on
Jul 27, 2025 • 0 new comments -
JSImportTest.BadCast test failure
#111449 commented on
Jul 27, 2025 • 0 new comments -
[8.0][wasm] `NodeJS` engine fails with `experimental-wasm-simd` and `experimental-wasm-eh` exit code: 9 -> exit code: 71 (GENERAL_FAILURE)
#111753 commented on
Jul 27, 2025 • 0 new comments -
[linux_x64_minifullaot/llvmfullaot] class loader exception type assertion fails
#112093 commented on
Jul 27, 2025 • 0 new comments -
OSX failure on StringTests.StartsWithNoMatch_StringComparison
#112195 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] ReleaseJSOwnedObjectByGCHandle: Unexpected synchronous failure
#104889 commented on
Jul 27, 2025 • 0 new comments -
System.Net.Quic.Tests failed with "System.Net.Quic.QuicException : The connection timed out from inactivity."
#105177 commented on
Jul 27, 2025 • 0 new comments -
Hang in FileShareOpen_Inheritable
#105265 commented on
Jul 27, 2025 • 0 new comments -
Wasi provisioning failing
#105290 commented on
Jul 27, 2025 • 0 new comments -
[browser][wbt] fails with `InvalidOperationException: There is no currently active test`
#105315 commented on
Jul 27, 2025 • 0 new comments -
ProcessThreadTests.TestStartTimeProperty failure in CI
#105526 commented on
Jul 27, 2025 • 0 new comments -
InterpPgoTests.FirstRunGeneratesTableAndSecondRunLoadsIt failing
#105733 commented on
Jul 27, 2025 • 0 new comments -
[NativeAOT-iOS] MacCatalyst fails to start/log `nativeaot.SmokeTests` tests
#105804 commented on
Jul 27, 2025 • 0 new comments -
Test failure BasicEventSourceTests.TestsUserErrors.Test_BadEventSource_MismatchedIds_WithEtwListener
#96968 commented on
Jul 27, 2025 • 0 new comments -
[mono] FullAOT build asserts at `class1 != ARG_CLASS_NO_CLASS' for EmptyStructs.dll
#106071 commented on
Jul 27, 2025 • 0 new comments -
Analyzer 'Microsoft.NetCore.CSharp.Analyzers.Performance.CSharpConstantExpectedAnalyzer' threw an exception of type 'System.InvalidCastException`
#106088 commented on
Jul 27, 2025 • 0 new comments -
WasmTestOnChrome-MT-System.Net.Http.Functional.Tests timeout
#106094 commented on
Jul 27, 2025 • 0 new comments -
Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled test failure
#106135 commented on
Jul 27, 2025 • 0 new comments -
[wasm][mt] Index was outside the bounds of the array.
#106488 commented on
Jul 27, 2025 • 0 new comments -
System.Diagnostics.Tests.ProcessTests.ProcessStart_OnLinux_UsesSpecifiedProgram [FAIL]
#106595 commented on
Jul 27, 2025 • 0 new comments -
[Test Failure] NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds on Alpine
#106634 commented on
Jul 27, 2025 • 0 new comments -
Test failing: ServiceProviderILEmitContainerTests.GetAsyncService_DisposeAsyncOnSameThread_ThrowsAndDoesNotHangAndDisposeAsyncGetsCalled
#104041 commented on
Jul 27, 2025 • 0 new comments -
Test failure: System.Security.Cryptography.X509Certificates.Tests.RevocationTests.AiaTests.DisableAiaOptionWorks
#102236 commented on
Jul 27, 2025 • 0 new comments -
GC Assert failure: committed_by_oh[oh] == compute_committed_bytes_per_heap (oh, committed_bookkeeping)
#104178 commented on
Jul 27, 2025 • 0 new comments -
[wasm][mt] mono_wasm_load_runtime () failed RuntimeError: index out of bounds
#104271 commented on
Jul 27, 2025 • 0 new comments -
runtime-community: Failure to build System.Security.Cryptography.Native/opensslshim.c due to overflow in expression with type long
#104333 commented on
Jul 27, 2025 • 0 new comments -
[QUIC & HTTP/3] Handshake Timeout on tests
#104426 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] System.Runtime.InteropServices.JavaScript.Tests CI timeouts
#104492 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] System.Net.Http.Functional.Tests failure ("Why are we setting the target on an unoccupied slot?")
#104524 commented on
Jul 27, 2025 • 0 new comments -
[8.0] Failure in `System.Diagnostics.Tests.PerformanceCounterTests.PerformanceCounter_Increment`: Category 'PerformanceCounter_Increment_Category' does not exist.
#104572 commented on
Jul 27, 2025 • 0 new comments -
[outerloop] `System.Numerics.Tests.ToStringTest.ToString_ValidLargeFormat` faling with `OutOfMemoryException`
#104586 commented on
Jul 27, 2025 • 0 new comments -
[outerloop] System.Runtime.Numerics.Tests crash with exit code 137 in linux debug coreclr
#104588 commented on
Jul 27, 2025 • 0 new comments -
BinderTracingTest.ResolutionFlow times out
#104670 commented on
Jul 27, 2025 • 0 new comments -
[WASI][Mono AOT] System.Collections.Specialized.Tests
#104786 commented on
Jul 27, 2025 • 0 new comments -
[6.0] Microsoft.Extensions.FileProviders.Physical.Tests failing to access a symlink used by PhysicalFilesWatcher
#104823 commented on
Jul 27, 2025 • 0 new comments -
[8.0][browser][wasm] emcc failure to compile aot-instances
#104827 commented on
Jul 27, 2025 • 0 new comments -
[6.0] Internal exception in System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests tests
#104933 commented on
Jul 27, 2025 • 0 new comments -
[browser][wasm] Failed trying to read log messages via selenium: OpenQA.Selenium.WebDriverException: An unknown exception was encountered sending an HTTP request to the remote WebDriver server for URL
#104825 commented on
Jul 27, 2025 • 0 new comments -
[mono][browser] Enable failing tests in smoke tests
#117585 commented on
Jul 25, 2025 • 0 new comments -
[main] Update dependencies from dotnet/xharness
#117593 commented on
Jul 25, 2025 • 0 new comments -
Port the Shared Mutex logic from CoreCLR PAL to work alongside the managed wait subsystem
#117635 commented on
Jul 25, 2025 • 0 new comments -
fix encode in checked-build.c
#117744 commented on
Jul 25, 2025 • 0 new comments -
[APX] fix a few emitter bugs.
#117791 commented on
Jul 25, 2025 • 0 new comments -
Enable alc stress
#117825 commented on
Jul 25, 2025 • 0 new comments -
Adding GetAppDomainName cDAC API
#117837 commented on
Jul 24, 2025 • 0 new comments -
[main] Source code updates from dotnet/dotnet
#117845 commented on
Jul 27, 2025 • 0 new comments -
[RISC-V] Replace addi, addiw with mov, sext.w when immediate is zero
#117932 commented on
Jul 25, 2025 • 0 new comments -
[RISC-V] Add pseudo instruction `not` and replace `xori` when immediate is -1
#117967 commented on
Jul 25, 2025 • 0 new comments -
Fix the issue of Mono.AotCross build errors
#117971 commented on
Jul 25, 2025 • 0 new comments -
[Android][CoreCLR] Add runtimeconfig.json support for test host
#117980 commented on
Jul 25, 2025 • 0 new comments -
Expose the extension operators for Tensor, TensorSpan, and ROTensorSpan
#117997 commented on
Jul 24, 2025 • 0 new comments -
Deliver exceptions to FuncEvalFrame and DebuggerU2MCatchHandlerFrame when they are higher than the top managed frame in stack
#118015 commented on
Jul 27, 2025 • 0 new comments -
Fix missed places in dataflow analysis that introduce genericness
#118020 commented on
Jul 25, 2025 • 0 new comments -
[release/10.0-preview7] [browser] Check also corePdb to see if we have any pdb to start debugging
#118023 commented on
Jul 25, 2025 • 0 new comments -
[9.0] Test assert failure in X509Certificates.Tests.RevocationTests.AiaTests.AiaAcceptsCertTypesAndIgnoresNonCertTypes
#107364 commented on
Jul 27, 2025 • 0 new comments -
[8.0] Test assert failure in Microsoft.Extensions.Configuration.Binder.Tests.ConfigurationBinderTests.BindCanReadStaticProperty
#107413 commented on
Jul 27, 2025 • 0 new comments -
[WASI] Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish
#107530 commented on
Jul 27, 2025 • 0 new comments -
System.Net.Quic tests timeout
#107761 commented on
Jul 27, 2025 • 0 new comments -
JsImportObjectArray test fails with `null` instead of `System.Exception: test`
#107873 commented on
Jul 27, 2025 • 0 new comments -
[9.0][wasm] Timeout when downloading chrome-win.zip
#107901 commented on
Jul 27, 2025 • 0 new comments -
Long running test timeout - Wasm.Build.Tests.AspNetCore.SignalRClientTests.SignalRPassMessageWasmBrowser
#107931 commented on
Jul 27, 2025 • 0 new comments -
[9.0][osx] Access to path denied, bad file descriptor IOException in System.Diagnostics.Tests.ProcessTests.Start_RedirectStandardOutput_StartAgain_DoesntThrow
#107933 commented on
Jul 27, 2025 • 0 new comments -
Make Number.FormatBigInteger JIT-firendly
#113165 commented on
Jul 26, 2025 • 0 new comments -
[RISC-V] Introduce Zbs
#115335 commented on
Jul 25, 2025 • 0 new comments -
[browser] throw PNSE from GetFunctionPointerForDelegate
#116107 commented on
Jul 25, 2025 • 0 new comments -
Fix documentation for ReadOnlySequence.GetOffset
#116524 commented on
Jul 26, 2025 • 0 new comments -
Use OpenSSL implementation of AES Key Wrap with Padding on Linux
#117256 commented on
Jul 25, 2025 • 0 new comments -
[RISC-V] Introduce C extension for Integer Register-Register Operations
#117408 commented on
Jul 25, 2025 • 0 new comments -
Fix illumos compile errors in coreclr/tools/superpmi/mcs/verbmerge.cpp
#117464 commented on
Jul 25, 2025 • 0 new comments -
Inline CORINFO_HELP_ARRADDR_ST helper call, remove WriteBarrier FCall
#117583 commented on
Jul 26, 2025 • 0 new comments -
Intermittent build failure in AfterSourceBuild: "Could not write state file"
#76488 commented on
Jul 27, 2025 • 0 new comments -
AzDo uploading failure: "Blob is incomplete"
#92148 commented on
Jul 27, 2025 • 0 new comments -
MSBuild crashing in the build
#92290 commented on
Jul 27, 2025 • 0 new comments -
[8.0] coreclr test failure: readytorun_GenericCycleDetection._Depth3Test_Depth3Test_._Depth3Test_Depth3Test_sh()
#92420 commented on
Jul 27, 2025 • 0 new comments -
System.Management.Tests fail with System.Management.ManagementException
#92518 commented on
Jul 27, 2025 • 0 new comments -
[8.0] 'RanToCompletion' failure in System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post
#92804 commented on
Jul 27, 2025 • 0 new comments -
[wasm] WBT: Blazor tests on windows failing with `Failed to bind to address` for random ports
#92910 commented on
Jul 27, 2025 • 0 new comments -
The system cannot open the device or file specified 'NuGet-Migrations'
#91987 commented on
Jul 27, 2025 • 0 new comments -
[8.0] [wasm] [AOT] HTTP Error 500.30 - ASP.NET Core app failed to start
#95160 commented on
Jul 27, 2025 • 0 new comments -
Test failure System.Diagnostics.Tests.PerformanceCounterCategoryTests.PerformanceCounterCategory_Create_Invalid
#94498 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] MutexTests - operation does not support unaligned accesses
#96191 commented on
Jul 27, 2025 • 0 new comments -
Error while retrieving client Settings for PipelineArtifact. HttpRequestException: nodename nor servname provided, or not known (vsblobprodcus3.vsblob.visualstudio.com:443)
#96798 commented on
Jul 27, 2025 • 0 new comments -
[6.0] Test failure in System.Text.Json.Tests.Utf8JsonWriterTests.Writing3MBBase64Bytes(formatted: True, skipValidation: False)
#96879 commented on
Jul 27, 2025 • 0 new comments -
System.IO.Tests.File_GetSetTimes_SafeFileHandle.WritingShouldUpdateWriteTime_After_SetLastAccessTime failing
#97020 commented on
Jul 27, 2025 • 0 new comments -
[browser][debugger] Firefox EvaluateOnCallFrame2Tests
#98086 commented on
Jul 27, 2025 • 0 new comments -
[mt][browser] `HttpClient_CancelInDifferentThread` failing with operation cancelled
#98101 commented on
Jul 27, 2025 • 0 new comments -
[debugger][mt][browser] TestDebugUsingMultiThreadedRuntime times out
#98110 commented on
Jul 27, 2025 • 0 new comments -
`System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout` failing on `Libraries Test Run release coreclr windows x86 Release`
#69101 commented on
Jul 27, 2025 • 0 new comments -
[6.0] GC test failures: Handle collector count overflows or underflows
#81383 commented on
Jul 27, 2025 • 0 new comments -
[6.0] Android test failure: Failed to install mobile app
#83422 commented on
Jul 27, 2025 • 0 new comments -
System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildInvalidSignatureTwice failure
#82837 commented on
Jul 27, 2025 • 0 new comments -
[6.0] System.Random test failure: NextInt_AllValuesAreWithinSpecifiedRange
#83421 commented on
Jul 27, 2025 • 0 new comments -
[tests] System.IO.Pipes.Tests NamedPipeTest Failing on iOS/tvOS
#77469 commented on
Jul 27, 2025 • 0 new comments -
System.Data.OleDb.Tests timeout in net48 x86 Release leg
#87783 commented on
Jul 27, 2025 • 0 new comments -
Test failure WindowsAlternateDataStreamOverwrite
#83659 commented on
Jul 27, 2025 • 0 new comments -
OOM on System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawLargeJsonToStreamWithoutFlushing
#88272 commented on
Jul 27, 2025 • 0 new comments -
[wasm] `DebuggerTests.MiscTests.DebuggerTests.MiscTests.TestDebugUsingMultiThreadedRuntime` failing
#89909 commented on
Jul 27, 2025 • 0 new comments -
Crash in Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests.WorkItemExecution
#90019 commented on
Jul 27, 2025 • 0 new comments -
tracing/runtimeeventsource/nativeruntimeeventsource/nativeruntimeeventsource failing in CI
#90605 commented on
Jul 27, 2025 • 0 new comments -
STATUS_UNSUCCESSFUL in RsaCryptRoundtrip_OaepSHA1
#29683 commented on
Jul 27, 2025 • 0 new comments -
Address race in PerformanceCounterLib
#90803 commented on
Jul 27, 2025 • 0 new comments -
Compiler crashes when failing to release Mutex
#53420 commented on
Jul 27, 2025 • 0 new comments -
ComInterfaceGenerator.Unit.Tests crashes on net9.0-linux-Debug-x64-Mono_release-Ubuntu.2204.Amd64.Open
#92070 commented on
Jul 27, 2025 • 0 new comments -
[7.0] Could not find a part of the path in System.IO.Tests.FileSystemWatcherTests.FileSystemWatcher_Directory_Delete_MultipleFilters
#98193 commented on
Jul 27, 2025 • 0 new comments -
[wasm][AOT] emcc : error - received SIGKILL (-9)
#89402 commented on
Jul 27, 2025 • 0 new comments -
[mono] [aot] Mono mini and LLVM fullAOT CI jobs are failing due to Failed to load AOT module X86_Sse2_r/ro.dll in aot-only mode
#102150 commented on
Jul 27, 2025 • 0 new comments -
[wasm][mt] fail: System.TypeLoadException: Could not load type of field"
#102615 commented on
Jul 27, 2025 • 0 new comments -
CI timeout in System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale
#103062 commented on
Jul 27, 2025 • 0 new comments -
System.Runtime.InteropServices.JavaScript.Tests.WebWorkerTest.JSDelay_ContinueWith_Sync test failed
#103080 commented on
Jul 27, 2025 • 0 new comments -
ExplicitConversion_FromSingle failing due to NaN != NaN
#103347 commented on
Jul 27, 2025 • 0 new comments -
[8.0] "InvalidOperationException: Category does not exist" failure in net48 win x86 in System.Diagnostics.Tests.PerformanceCounterTests.PerformanceCounter_IncrementBy_IncrementBy2
#103435 commented on
Jul 27, 2025 • 0 new comments -
SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds failed in CI
#103449 commented on
Jul 27, 2025 • 0 new comments -
[QUIC] [Long Running Test] 'System.Net.Quic.Tests.QuicStreamConformanceTests.ReadWrite_Success'
#103482 commented on
Jul 27, 2025 • 0 new comments -
[WASI][Mono AOT] Failed to compile System.Private.CoreLib.dll.bc
#103520 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] test failure: Tests timed out. Killing driver service
#103524 commented on
Jul 27, 2025 • 0 new comments -
Build failure: Static graph-based restore failed with exit code .* but did not log an error.
#103526 commented on
Jul 27, 2025 • 0 new comments -
Failing test due to no detected IO events in 'System.IO.Tests.FileSystemWatcherTest.ExecuteAndVerifyEvents'
#103584 commented on
Jul 27, 2025 • 0 new comments -
System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows fails in CI
#103586 commented on
Jul 27, 2025 • 0 new comments -
[browser] Unable to evaluate script: tab crashed
#103623 commented on
Jul 27, 2025 • 0 new comments -
System.IO.Tests.Directory_Create_Tests.FileSystemWatcher_Directory_Create_InNestedDirectory fails with "Created event did not occur as expected"
#103630 commented on
Jul 27, 2025 • 0 new comments -
[outerloop] System.Runtime.Tests crash with exit code 137 in linux debug coreclr
#98964 commented on
Jul 27, 2025 • 0 new comments -
[browser][mt][wbt] `Wasm.Build.Tests.BlazorWasmTestBase.BlazorRunTest` Current count: 0
#99283 commented on
Jul 27, 2025 • 0 new comments -
[8.0][wasm] Exit code 137 returned from docker process after executing containerHandlerInvoker.js, cs files specified multiple times
#99423 commented on
Jul 27, 2025 • 0 new comments -
Assertion failed in SafeFileHandle.OverlappedValueTaskSource.IOCallback
#99517 commented on
Jul 27, 2025 • 0 new comments -
GC\Regressions\v2.0-beta2\452950\452950\452950.cmd failing on Mono minijit Windows x64
#99729 commented on
Jul 27, 2025 • 0 new comments -
System.Net.Tests.HttpListenerRequestTests fail with SocketException : Connection refused
#100088 commented on
Jul 27, 2025 • 0 new comments -
Test failure: AggregateException: Not all processes in process tree could be terminated.
#93321 commented on
Jul 27, 2025 • 0 new comments -
System.IO.Net5Compat.Tests and System.IO.Tests suddenly exiting with error 137
#100558 commented on
Jul 27, 2025 • 0 new comments -
LibraryImportGenerator.Unit.Tests crashing on linux-x64 mono interpreter
#100800 commented on
Jul 27, 2025 • 0 new comments -
[browser][MT] fail in System.Reflection.RuntimeMethodInfo.InternalInvoke
#100831 commented on
Jul 27, 2025 • 0 new comments -
[wasm] perftiger v8 - Failed to install prerequisites
#100910 commented on
Jul 27, 2025 • 0 new comments -
GetLoadLevel() postcondition failure
#101096 commented on
Jul 27, 2025 • 0 new comments -
[wasm] Timeout in System.Text.Json.Tests
#101204 commented on
Jul 27, 2025 • 0 new comments -
System.IO.FileSystem.Tests.WorkItemExecution CI timeout on net9.0-osx-Debug-x64-Mono_Minijit_Debug-OSX.1200.Amd64.Open
#101423 commented on
Jul 27, 2025 • 0 new comments -
[8.0] Test failure in System.Diagnostics.Tests.ProcessTests.MainWindowHandle_GetWithGui_ShouldRefresh_Windows
#101700 commented on
Jul 27, 2025 • 0 new comments -
System.Buffers.Tests timeout on wasm MT
#102040 commented on
Jul 27, 2025 • 0 new comments -
`NamedPipeServerStream` recieves empty string from client
#112912 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add Parallel.InvokeAsync
#112900 commented on
Jul 26, 2025 • 0 new comments -
[Perf] Windows/x64: 6 Regressions on 2/20/2025 3:57:18 PM +00:00
#112914 commented on
Jul 26, 2025 • 0 new comments -
Automatic implementation of IBinaryInteger<self> for enums
#112819 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add EditDistance (Levenshtein) to TensorPrimitives for unEqual length <T> comparision.
#112784 commented on
Jul 26, 2025 • 0 new comments -
Matrix4x4.CreatePerspectiveFieldOfView ArgumentOutOfRangeException
#112655 commented on
Jul 26, 2025 • 0 new comments -
[Analyzer Proposal]: Detect legacy (w/o Durable IDs) logging APIs without using logger message generator
#117999 commented on
Jul 26, 2025 • 0 new comments -
SerialPort ReadBufferSize cant set properly in Ubuntu
#112643 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: AlternateLookup.TryAdd overload with actualKey output + similar CollectionsMarshal overloads
#112554 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Convert.TryToBase64Chars with Span<byte> utf8Chars
#112498 commented on
Jul 26, 2025 • 0 new comments -
Correct rounding for integer/decimal->FP conversion
#112474 commented on
Jul 26, 2025 • 0 new comments -
`Process.MainWindowHandle` should prefer non-popup windows
#112409 commented on
Jul 26, 2025 • 0 new comments -
Clarify breaking-change rules for properties
#112368 commented on
Jul 26, 2025 • 0 new comments -
The `T` in `Lazy<T>` is marked `DynamicallyAccessedMemberTypes.PublicParameterlessConstructor`
#112128 commented on
Jul 26, 2025 • 0 new comments -
Enumerating drive C in WSL fails with UnauthorizedAccessException
#112035 commented on
Jul 26, 2025 • 0 new comments -
[System.Private.Xml] Possible incorrect behavior in character counting ( maxCharsCount >= charsCount )
#111969 commented on
Jul 26, 2025 • 0 new comments -
Problem in File.Copy (and possibly elsewhere) on Linux
#111807 commented on
Jul 26, 2025 • 0 new comments -
EnvelopedCms.ContentEncryptionAlgorithm.Parameters is empty after call to Decode on Windows
#113668 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Consider adding IMemoryOwner<T>.Slice and IMemoryOwner<T>.AsReadOnly
#113644 commented on
Jul 26, 2025 • 0 new comments -
Unhandled exception from FileConfigurationProvider when re-loading a locked file
#113964 commented on
Jul 26, 2025 • 0 new comments -
Stack Overflow Exception caused by very deep parent/child Task chains
#113189 commented on
Jul 26, 2025 • 0 new comments -
FileSystemWatcher NotifyFilter Not Respected on Linux
#113220 commented on
Jul 26, 2025 • 0 new comments -
Numerics.Vector.SinCos() bug
#113295 commented on
Jul 26, 2025 • 0 new comments -
SerialPort constantly throws IOException
#113296 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add string.Capitalize() to System.String for Title-Casing
#117509 commented on
Jul 26, 2025 • 0 new comments -
JIT: avoid store covariance check for ref-type ldelem from same array
#9159 commented on
Jul 26, 2025 • 0 new comments -
Certificate validation fails with RevocationStatusUnknown when using HTTPS proxy
#117681 commented on
Jul 26, 2025 • 0 new comments -
Is dynamic IHttpClientFactory registration a bug or a feature?
#36378 commented on
Jul 26, 2025 • 0 new comments -
Tensors in .NET
#98323 commented on
Jul 26, 2025 • 0 new comments -
Seek(0, SeekOrigin.End) does not work as expected on Linux block devices (always returns 0).
#113152 commented on
Jul 26, 2025 • 0 new comments -
[Bug] Creating directory on windows
#42542 commented on
Jul 26, 2025 • 0 new comments -
Directory.GetFiles() returns file paths with trailing spaces if the directory path has trailing spaces
#113120 commented on
Jul 26, 2025 • 0 new comments -
`statfs`/`statvfs` calls in native impl. for `SystemNative_GetFormatInfoForMountPoint` (via `[System.IO.DriveInfo]::GetDrives()`) hangs when run against a disconnected network mountpoint
#113098 commented on
Jul 26, 2025 • 0 new comments -
Undocumented ArgumentOutOfRangeException in XmlReader created from MemoryStream
#113061 commented on
Jul 26, 2025 • 0 new comments -
HttpClient: Client certificate authentication with smart cards when not using Signature Algorithm: rsa_pkcs1_sha1 (0x0201)
#111785 commented on
Jul 26, 2025 • 0 new comments -
Bug when viewing documentation panel for `nint/nuint.MaxValue/MinValue`
#115392 commented on
Jul 26, 2025 • 0 new comments -
Arm SVE: Add merge versions of CreateBreak APIs
#117722 commented on
Jul 26, 2025 • 0 new comments -
Microsoft Security Advisory CVE-2025-30399 | .NET Remote Code Vulnerability
#116495 commented on
Jul 26, 2025 • 0 new comments -
Update BitArray.CopyTo to use the xplat intrinsics
#116079 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: BitOperations add Log10(uint/ulong value)
#116043 commented on
Jul 26, 2025 • 0 new comments -
Assembly.GetType return always excetion, args "throwOnError" don`t work. .NET 9.0
#117972 commented on
Jul 26, 2025 • 0 new comments -
System.Media.SoundPlayer is not working. It doesn't sound. I've tried all kinds of things, but it doesn't work.
#117922 commented on
Jul 26, 2025 • 0 new comments -
PrincipalContext.Validate() does not handle embedded null characters in username and password as expected
#113967 commented on
Jul 26, 2025 • 0 new comments -
PrincipalContext.ValidateCredentials is unable to validate credentials using Kerberos authentication.
#114251 commented on
Jul 26, 2025 • 0 new comments -
Add Flush to ZipArchive
#24149 commented on
Jul 26, 2025 • 0 new comments -
SR.Metadata API to serialize sequence points as well as deserialize
#24568 commented on
Jul 26, 2025 • 0 new comments -
TimeZoneInfo incredibly slow
#25075 commented on
Jul 26, 2025 • 0 new comments -
System.IO.Packaging.Package should have a way to handle common errors with malformed packages
#26084 commented on
Jul 26, 2025 • 0 new comments -
Support for reflection-invoking methods that take pointers by reference
#10842 commented on
Jul 26, 2025 • 0 new comments -
System.Reflection.MetadataLoadContext performance
#30886 commented on
Jul 26, 2025 • 0 new comments -
Proposal: RuntimeHelpers.GetRawData
#28001 commented on
Jul 26, 2025 • 0 new comments -
Calling AddHostedService multiple times for same class only registers the first hosted service provided
#38751 commented on
Jul 26, 2025 • 0 new comments -
XmlElement.SetAttribute does not update element's NamespaceURI
#111738 commented on
Jul 26, 2025 • 0 new comments -
[Perf] BigInteger formatting performance regression in .NET 9
#111708 commented on
Jul 26, 2025 • 0 new comments -
Request: Ability to control security of MemoryMappedFile on Windows
#111591 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Implement `IPinnable` on more types
#111583 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add possibility to create ReadOnlySequence<T> with multiple segments.
#111570 commented on
Jul 26, 2025 • 0 new comments -
StreamWriter does use TextWriter.NewLine for newlines rendering overriding get only useless
#111531 commented on
Jul 26, 2025 • 0 new comments -
`double/float/Half/NFloat.AdditiveIdentity` should arguably be `-0`, instead of `+0`
#111482 commented on
Jul 26, 2025 • 0 new comments -
Incorrect Encoding in Console Output with WinExe OutputType
#111057 commented on
Jul 26, 2025 • 0 new comments -
[Perf] Linux/x64: System.Text.Tests Regressions on 11/27/2024 1:41:48 AM
#110413 commented on
Jul 26, 2025 • 0 new comments -
[.NET 9.0 Regression] "Credentials supplied to the package were not recognized" when using certificates with wcf client
#110067 commented on
Jul 26, 2025 • 0 new comments -
[Perf][mono] System.Memory.Span regressions on 11/6/2024, affecting MonoJIT/MonoAOT
#109914 commented on
Jul 26, 2025 • 0 new comments -
Dataset - project targeting .net framework 4.8 and .net 8 - DiagnosticId error in auto generated code in dataset
#108986 commented on
Jul 26, 2025 • 0 new comments -
System.Security.Cryptography.Xml.EncryptedXml issue with .NET Fx WS-Fed replies.
#114407 commented on
Jul 26, 2025 • 0 new comments -
Yield Performance Improvement suggestion
#112183 commented on
Jul 26, 2025 • 0 new comments -
Rfc2898DeriveBytes.Pbkdf2 holding threads
#112898 commented on
Jul 26, 2025 • 0 new comments -
Add doc owners to area-owners table
#113629 commented on
Jul 26, 2025 • 0 new comments -
string.AsSpan(int, int) throws a misleading exception
#115239 commented on
Jul 26, 2025 • 0 new comments -
[Android] Improve test coverage on CoreCLR Android
#114951 commented on
Jul 25, 2025 • 0 new comments -
Should `PipeWriter.FlushAsync` throw if called after `PipeWriter.Complete`?
#86239 commented on
Jul 25, 2025 • 0 new comments -
FusionHybridCache and L1 memory usage
#114366 commented on
Jul 25, 2025 • 0 new comments -
[API Proposal]: Obsolete RSACryptoServiceProvider.Decrypt,Encrypt with fOAEP
#113616 commented on
Jul 25, 2025 • 0 new comments -
Introduce mechanism to indicate arguments are to be marshalled as native varargs
#48796 commented on
Jul 25, 2025 • 0 new comments -
System.Uri un-encodes %2F in path segment, but only in Excel add-in
#118031 commented on
Jul 25, 2025 • 0 new comments -
[Perf] Linux/x64: System.IO.Tests.BinaryWriterTests Regression on 3/8/2025 7:47:21 PM +00:00
#113382 commented on
Jul 25, 2025 • 0 new comments -
[Perf] Linux/x64: 5 Regressions on 7/14/2025 11:26:56 PM +00:00
#117938 commented on
Jul 25, 2025 • 0 new comments -
System.Xml.XPath to support XPath 2, XPath 3 and their XSLT variants
#14819 commented on
Jul 25, 2025 • 0 new comments -
Add tests for downgrading assembly resolution via resolution extensions
#84039 commented on
Jul 25, 2025 • 0 new comments -
Crossgen outerloop regression: More file hash sum mismatches in crossgen comparison on windows x86
#108254 commented on
Jul 25, 2025 • 0 new comments -
[Perf] Linux/x64: 32 Regressions on 6/4/2025 5:12:34 PM +00:00
#116486 commented on
Jul 25, 2025 • 0 new comments -
TensorPrimitives improvements
#93286 commented on
Jul 25, 2025 • 0 new comments -
Vectorize TensorPrimitives operations that are currently scalar only
#97193 commented on
Jul 25, 2025 • 0 new comments -
Unmanaged memory leak in linux-arm64 container after migration from .NET 8 to .NET 9 caused by old NuGet package
#117984 commented on
Jul 25, 2025 • 0 new comments -
Multiple 'System.OutOfMemoryException' errors in .NET 7
#78959 commented on
Jul 25, 2025 • 0 new comments -
[Proposal] Add `/Library/Preferences/dotnet/Settings.plist` to Change `PKG` Installer to Append to `PATH`
#118004 commented on
Jul 25, 2025 • 0 new comments -
Light up `Ascii.Utility` methods with `Vector512` code paths.
#89280 commented on
Jul 24, 2025 • 0 new comments -
Add CI support for testing APX
#110672 commented on
Jul 24, 2025 • 0 new comments -
Emit AOT/trim analyzer warning when reference doesn't have IsTrimmable/IsAotCompatible
#117712 commented on
Jul 24, 2025 • 0 new comments -
Unactionable trim warning on class with attribute that has RUC ctor
#108501 commented on
Jul 24, 2025 • 0 new comments -
linker throws InvalidCastException when encountering extension user-defined compound assignment operators
#118025 commented on
Jul 24, 2025 • 0 new comments -
Microsoft.Interop.SourceGeneration gets built twice (with a potential of a race)
#111654 commented on
Jul 24, 2025 • 0 new comments -
Crossgen outerloop regression: Failures in GenericContextTest / GenericContextTestDefaultImp
#109200 commented on
Jul 24, 2025 • 0 new comments -
.NET Core Profiler Crashing on 32 bit Application Environment
#117969 commented on
Jul 25, 2025 • 0 new comments -
[RISC-V] Test build doesn't make crossgen2 executable in RISC-V.
#108973 commented on
Jul 25, 2025 • 0 new comments -
Issues with the new .NET 9+ Mono Debugger
#109067 commented on
Jul 25, 2025 • 0 new comments -
MAUI .NET 8.0 built with Full AOT Compilation reports a lot of `Mono : AOT NOT FOUND`
#101135 commented on
Jul 25, 2025 • 0 new comments -
MemoryStream.CopyToAsync ignores buffer size which can cause BufferedStream to throw OverflowException
#117789 commented on
Jul 25, 2025 • 0 new comments -
[Apple mobile] Smoke tests crash in full AOT mode with `plt_entry` assertion on iOS/tvOS 18.x
#117159 commented on
Jul 25, 2025 • 0 new comments -
Parameter Count Mismatch: when using a Delegate during an async / await call via a lambda expression
#117867 commented on
Jul 25, 2025 • 0 new comments -
Cannot create a project
#47203 commented on
Jul 25, 2025 • 0 new comments -
Maui Android runtime crash - is_opaque_object
#116541 commented on
Jul 25, 2025 • 0 new comments -
Maui Android runtime crash - major_copy_or_mark_object_concurrent_no_evacuation
#116542 commented on
Jul 25, 2025 • 0 new comments -
[android] Add runtime logging support for CoreCLR on Android
#112865 commented on
Jul 25, 2025 • 0 new comments -
Migrate off of EOL container images
#110204 commented on
Jul 25, 2025 • 0 new comments -
Implement pinning for container images consumed in dotnet/runtime
#113455 commented on
Jul 25, 2025 • 0 new comments -
Runtime projects aren't using the live portable RID graph in the build
#114069 commented on
Jul 25, 2025 • 0 new comments -
Make HostModel use live System.Reflection.Metadata
#112134 commented on
Jul 25, 2025 • 0 new comments -
Improve runtime-codeql pipeline to run more compliance tooling
#115526 commented on
Jul 25, 2025 • 0 new comments -
Incremental builds failing because of missing FireEtwGCDynamicEvent
#100556 commented on
Jul 25, 2025 • 0 new comments -
`libnethost.lib` contains references to nonexistent PDB file
#116527 commented on
Jul 25, 2025 • 0 new comments -
Missing trimming warning when calling instance methods on valuetypes
#117998 commented on
Jul 25, 2025 • 0 new comments -
[Test] Issue with DecorateWithSkipOnCoreClrConfiguration
#105964 commented on
Jul 25, 2025 • 0 new comments -
Unable to Debug in VSCode
#116864 commented on
Jul 25, 2025 • 0 new comments -
Support detect keyed dependency injected IDistributedCache as backend cache for DefaultHybridCache
#117976 commented on
Jul 25, 2025 • 0 new comments -
[API Proposal]: UTF-16 version of `Utf8.IsValid`
#118018 commented on
Jul 25, 2025 • 0 new comments -
Tensor.StdDev vs TensorPrimitivers.StdDev differences for Complex input
#116133 commented on
Jul 26, 2025 • 0 new comments -
System.IO.Ports.ReadByte()
#113889 commented on
Jul 26, 2025 • 0 new comments -
Unexpected behavior of the Console class in Windows Terminal
#113895 commented on
Jul 26, 2025 • 0 new comments -
FileSystemWatcher reports incorrect sequence of events on MacOS
#113945 commented on
Jul 26, 2025 • 0 new comments -
[Text.Json] Error: NoMetadataForTypeProperties, SourceGenerationContext
#113946 commented on
Jul 26, 2025 • 0 new comments -
Detect an attempt to re-initialize the runtime thread object and abort immediately
#112131 commented on
Jul 25, 2025 • 0 new comments -
[API Proposal]: Expose ThreadPool.NotifyThreadBlocked()
#111102 commented on
Jul 25, 2025 • 0 new comments -
baseservices.exceptions.baseservices-exceptions test failure when built with -fsanitize address on Windows x64
#116594 commented on
Jul 25, 2025 • 0 new comments -
W^X on Mac for EF Core tests is very slow
#117754 commented on
Jul 25, 2025 • 0 new comments -
GC pause times grow exponentially when DOTNET_EnableEventLog=1
#115108 commented on
Jul 25, 2025 • 0 new comments -
Process memory exhaustion under region-based GC heap mode
#103582 commented on
Jul 25, 2025 • 0 new comments -
BinSkim not scanning CoreCLR outputs
#104901 commented on
Jul 25, 2025 • 0 new comments -
CreateObjectFlags.UniqueInstance overrides CreateObjectFlags.Unwrap but this behavior is not documented
#92507 commented on
Jul 25, 2025 • 0 new comments -
Usage of TargetArchitecture in managed coreclr test
#83980 commented on
Jul 25, 2025 • 0 new comments -
ManagedToUnmanaged stubs always pin the GetPinnableReference as `void*`, which might not be castable to TNative
#90042 commented on
Jul 25, 2025 • 0 new comments -
No variable values in debugger despite working breakpoints (arm64 + CLion + corerun + LLDB)
#118071 commented on
Jul 25, 2025 • 0 new comments -
OSX PR build artifacts are missing symbols
#99456 commented on
Jul 25, 2025 • 0 new comments -
[release/8.0] Upgrade CI from producing CentOS Stream 8 artifacts to CentOS Stream 9
#106883 commented on
Jul 25, 2025 • 0 new comments -
linux-x64 debug Libraries_AllConfigurations fails to complete the build
#108821 commented on
Jul 25, 2025 • 0 new comments -
Build Error: Build failure with Address Sanitizer when using clr+libs+packs.product
#115324 commented on
Jul 25, 2025 • 0 new comments -
Consolidate container definitions across pipelines
#115796 commented on
Jul 25, 2025 • 0 new comments -
Validate plan for updating build pipeline container images
#115786 commented on
Jul 25, 2025 • 0 new comments -
Generators for different roslyn versions need different strong names
#101750 commented on
Jul 26, 2025 • 0 new comments -
Strange behavior while using compile-time logging source generation without message template
#101687 commented on
Jul 26, 2025 • 0 new comments -
Unable to add trimming tests for OOB assemblies
#102837 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add `Type` parameter overload to Microsoft.Extensions.DependencyInjection resolver delegate method
#102970 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder source generator should not generate source for types without members
#94142 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder source generator build fails with CS9035 if option class have Property with requried
#95006 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: System.Reflection.Metadata.MetadataReader.GetDocId(EntityHandle)
#103168 commented on
Jul 26, 2025 • 0 new comments -
Critically important services in Microsoft.Extensions.Hosting
#103147 commented on
Jul 26, 2025 • 0 new comments -
Code coverage fails on some assemblies
#103190 commented on
Jul 26, 2025 • 0 new comments -
How to tell if a Type is "awaitable" in native AOT / trimmed apps
#103258 commented on
Jul 26, 2025 • 0 new comments -
System.Resources.Extensions.Tests resource re-generation is broken after BinaryFormatter extrication
#104216 commented on
Jul 26, 2025 • 0 new comments -
Reflection API Incorrectly Boxes (U)IntPtr Constants as (U)Int32
#104270 commented on
Jul 26, 2025 • 0 new comments -
How can a depending class know if IServiceProvider is Scoped, in order to safely resolve a scoped service if available?
#104900 commented on
Jul 26, 2025 • 0 new comments -
Should .NET Generic Host call IHostApplicationLifetime.StopApplication for unhandled domain exceptions?
#104428 commented on
Jul 26, 2025 • 0 new comments -
No-op build spends an unreasonable amount of time in the ChooseBestTargetFrameworksTask task
#105138 commented on
Jul 26, 2025 • 0 new comments -
Poor project evaluation performance for project at least under src/libraries
#105139 commented on
Jul 26, 2025 • 0 new comments -
Host: StartupTimeout not enforced for hosted services and can break application state
#106227 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Enable configurable HostLifetime shutdown delay via HostOptions
#95835 commented on
Jul 26, 2025 • 0 new comments -
Add a way to get IReadOnlyDictionary<,> of keyed services
#95476 commented on
Jul 26, 2025 • 0 new comments -
System.Private.CoreLib's "Platform" is always set to AnyCPU when building inside Visual Studio which causes build failures
#97984 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder Source Generator is suppressing IL2026 and IL3050 diagnostics even when it doesn't actually intercept the call
#96643 commented on
Jul 26, 2025 • 0 new comments -
ApplicationSettingsBase.Upgrade() throws ArgumentNullException when run under fresh new user in macOS
#98715 commented on
Jul 26, 2025 • 0 new comments -
Issues with reflection where the return type of GetMember is an empty array of MemberInfo
#98533 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: MetadataLoadContext.GetLoadContext(Assembly)
#98756 commented on
Jul 26, 2025 • 0 new comments -
ActivatorUtilities - matching preferred constructor depends on the constructors order
#98959 commented on
Jul 26, 2025 • 0 new comments -
MethodBase.GetParameters() is not thread-safe
#99147 commented on
Jul 26, 2025 • 0 new comments -
AttributeCollection[Type type] uses a static lock; prevents Type from being unloaded
#99178 commented on
Jul 26, 2025 • 0 new comments -
BlobBuilder.ReserveBytes needs to zero the memory
#99244 commented on
Jul 26, 2025 • 0 new comments -
System.Reflection.Emit can't call a generic method having a function pointer parameter
#100020 commented on
Jul 26, 2025 • 0 new comments -
A Bug when DispatchProxy.Create
#100188 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Extend BlobBuilder so consumers can better control allocations
#100418 commented on
Jul 26, 2025 • 0 new comments -
Consider adding a new reflection API to get field values of an Enum
#100592 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Opinionated restrictions for TypeName parsing
#100920 commented on
Jul 26, 2025 • 0 new comments -
Move reflection invocation in coreclr to fully managed way
#100696 commented on
Jul 26, 2025 • 0 new comments -
Investigate System.Lazy<,> type not found when comparing netstandard2.0 against NetCoreAppCurrent
#106628 commented on
Jul 26, 2025 • 0 new comments -
Result of Regex.Match("wtfb",@"(.)()+?b") is not same as new Regex(@"(.)()+?b",RegexOptions.Compiled).Match("wtfb")
#111051 commented on
Jul 26, 2025 • 0 new comments -
Runtime metrics for ThreadPool ThreadCount is not implemented as UpDownCounter
#112077 commented on
Jul 26, 2025 • 0 new comments -
DirectoryCatalog should not do ToUpper if case sensitivity is enabled
#111181 commented on
Jul 26, 2025 • 0 new comments -
Document dangers and support policy for private reflection
#112114 commented on
Jul 26, 2025 • 0 new comments -
Add Support for Brotli Compression with Shared Dictionaries in .NET
#112656 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add capability in `PEReader` to reject COFF files.
#112830 commented on
Jul 26, 2025 • 0 new comments -
System.IO.Packaging should perform case-insensitive matching when determining part media types
#112783 commented on
Jul 26, 2025 • 0 new comments -
MetadataLoadContext assembly binding behavior is documented incorrectly
#113353 commented on
Jul 26, 2025 • 0 new comments -
Configuration Binder source generator creates namespace ambiguity and not found error
#109759 commented on
Jul 26, 2025 • 0 new comments -
Configuration Binder source generator can generate code that won't compile
#111517 commented on
Jul 26, 2025 • 0 new comments -
MetadataAggregator.GetGenerationHandle returns incorrect results for Guid heap handles
#113910 commented on
Jul 26, 2025 • 0 new comments -
Auto-generate parts of the PackageOverrides.txt file
#113984 commented on
Jul 26, 2025 • 0 new comments -
Build warnings: "Could not resolve reference..."
#114390 commented on
Jul 26, 2025 • 0 new comments -
RuntimePropertyInfo performance regression when used in a hash table
#114280 commented on
Jul 26, 2025 • 0 new comments -
Customizing `ApplicationName` during host building breaks User Secrets
#114505 commented on
Jul 26, 2025 • 0 new comments -
[RuntimeAsync] Dynamic methods (System.Reflection.Emit).
#115101 commented on
Jul 26, 2025 • 0 new comments -
Memory leak in Generic .NET Host of PhysicalFilesWatcher
#115557 commented on
Jul 26, 2025 • 0 new comments -
Test failure: System.ComponentModel.EventBasedAsync.Tests.BackgroundWorkerTests.TestCancelAsync
#106849 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinding source generator ignores init-only properties without warning
#107856 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: ICommand.Null
#107435 commented on
Jul 26, 2025 • 0 new comments -
Docs for members in DependencyInjection.Abstractions lack exception information.
#108024 commented on
Jul 26, 2025 • 0 new comments -
Logging source generator: CS9107 ILogger parameter is captured when use ILogger without generic
#108264 commented on
Jul 26, 2025 • 0 new comments -
[LOC]The "on" is not translated for Error on errorProvider property on all local languages
#108422 commented on
Jul 26, 2025 • 0 new comments -
SubReadStream in System.IO.Compression is Non-Seekable, Limiting Efficient Data Access
#109064 commented on
Jul 26, 2025 • 0 new comments -
Type initializer for CDSCollectionETWBCLProvider threw exception - NullReferenceException in InvokeStub_EventSourceAttribute.set_Guid
#108919 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder ignores [ConfigurationKeyName] on derived type
#107247 commented on
Jul 26, 2025 • 0 new comments -
Bug : regular expressions that never stops matching
#113734 commented on
Jul 26, 2025 • 0 new comments -
System.Reflection.CustomAttributeFormatException thrown on a retrieval of derived attribute with overridden property getter
#110412 commented on
Jul 26, 2025 • 0 new comments -
Exception on LDAP/AD connection with .NET 8 on MacOs and Docker with StartTransportLayerSecurity
#110391 commented on
Jul 26, 2025 • 0 new comments -
[Perf] Windows/x64: System.IO.Compression.Brotli Regressions on 12/6/2024 12:52:57 AM
#110583 commented on
Jul 26, 2025 • 0 new comments -
PersistedAssemblyBuilder: unable to retrieve resources added with AddManifestResource
#110686 commented on
Jul 26, 2025 • 0 new comments -
EnumBuilder.UnderlyingSystemType != EnumBuilder.CreateType().UnderlyingSystemType
#110924 commented on
Jul 26, 2025 • 0 new comments -
``ILGenerator`` does not properly handle function pointers
#111003 commented on
Jul 26, 2025 • 0 new comments -
`Microsoft.Extensions.Hosting`: Application stop throws exception if host is still starting
#111013 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: byref parameter collection for invoke
#75349 commented on
Jul 26, 2025 • 0 new comments -
Change IL Emit invoke path to use function pointers and OpCodes.Calli
#75357 commented on
Jul 26, 2025 • 0 new comments -
Have `ConstructorInfo` use `Activator.CreateInstance()` instead of emit for default constructors
#78917 commented on
Jul 26, 2025 • 0 new comments -
Improve `LoggerMessageGenerator` incrementality
#76119 commented on
Jul 26, 2025 • 0 new comments -
BadImageFormatException when invoking static abstract method through reflection
#79331 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: DateTime.ToDateTimeOffset(TimeZoneInfo)
#78934 commented on
Jul 26, 2025 • 0 new comments -
`.upsmap` binaries in `System.Speech`
#81692 commented on
Jul 26, 2025 • 0 new comments -
`IOptions<RecordType>` with `services.Configure<RecordType>` throws
#79958 commented on
Jul 26, 2025 • 0 new comments -
`codepages.nlp` binary in `System.Text.Encoding.CodePages`
#81693 commented on
Jul 26, 2025 • 0 new comments -
Extensibility for Configuration Binding Source Generator
#83599 commented on
Jul 26, 2025 • 0 new comments -
ServiceProviderEngineScope should aggregate exceptions in Dispose rather than throwing on the first.
#86426 commented on
Jul 26, 2025 • 0 new comments -
Add DebuggerDisplay to Activity and friends
#88332 commented on
Jul 26, 2025 • 0 new comments -
Avoid emitting code that honors BinderOptions when not specified in binding call
#88110 commented on
Jul 26, 2025 • 0 new comments -
When binding to interface collections, config generator shouldn't generate logic for both interface & mapping collection type.
#89043 commented on
Jul 26, 2025 • 0 new comments -
Deadlock when configuring ApplicationInsightsServiceOptions
#88390 commented on
Jul 26, 2025 • 0 new comments -
Fix SafeHandle usage in System.IO.Compression
#89445 commented on
Jul 26, 2025 • 0 new comments -
Create an internal sorted equatable collection type for incremental source generators
#89318 commented on
Jul 26, 2025 • 0 new comments -
transient service is better not be captured by root serviceScope
#36461 commented on
Jul 26, 2025 • 0 new comments -
Developers using reflection invoke should be able to use ref struct
#45152 commented on
Jul 26, 2025 • 0 new comments -
GZipStream decompression not working properly.
#55905 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationManager.AppSettings getter is not thread safe and multiple instances are created
#56075 commented on
Jul 26, 2025 • 0 new comments -
Let roslyn generate reference assemblies from source projects and remove reference projects
#58163 commented on
Jul 26, 2025 • 0 new comments -
LdapSessionOptions.VerifyServerCertificate is not supported in non-Windows and error message is not helpful.
#60972 commented on
Jul 26, 2025 • 0 new comments -
ActivityTraceFlags is not reflected in Activity Id when updated after activity start()
#61857 commented on
Jul 26, 2025 • 0 new comments -
System.Management.WbemDefPath doesn't work with trimming
#61960 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Embrace spans more in `System.Reflection.Emit`.
#63419 commented on
Jul 26, 2025 • 0 new comments -
StringComparison.OrdinalIgnoreCase does not consistently match ToUpperInvariant
#67873 commented on
Jul 26, 2025 • 0 new comments -
Generation of dynamic types with multiple threads using System.Reflection.Emit components causes runtime corruption
#64094 commented on
Jul 26, 2025 • 0 new comments -
[Feature Request] Faster aggregation for the MetricsEventSource under concurrency
#71563 commented on
Jul 26, 2025 • 0 new comments -
Consider hiding stack frames when using Invoke
#68923 commented on
Jul 26, 2025 • 0 new comments -
Refactor System.Reflection.MetadataLoadContext tests to work for single file
#72908 commented on
Jul 26, 2025 • 0 new comments -
Implement AOT safe DispatchProxy.Create
#73136 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Reflection invoke support for FunctionPointer
#75347 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: IL Emit support for FunctionPointer
#75348 commented on
Jul 26, 2025 • 0 new comments -
GetIndexOfFirstNonAsciiByte_Vector path in Ascii.Utility.cs is never exercised for AdvSimd/SSE4.1
#89924 commented on
Jul 26, 2025 • 0 new comments -
LoggerMessageGenerator optimizations
#91178 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder source generator shouldn't generate empty methods
#92151 commented on
Jul 26, 2025 • 0 new comments -
Complex validation attribute constructor support in the Options validator source generator
#91966 commented on
Jul 26, 2025 • 0 new comments -
Understand and improve ConfigurationBinder Source Generator incremental behavior
#92914 commented on
Jul 26, 2025 • 0 new comments -
Address diagnostic issues in runtime incremental source generators
#92509 commented on
Jul 26, 2025 • 0 new comments -
Sort object properties optimally in emitted config binding gen logic
#92594 commented on
Jul 26, 2025 • 0 new comments -
Logging source generator reruns code generation phase on keypress.
#93309 commented on
Jul 26, 2025 • 0 new comments -
Options Validation source generator runs primary code generation phase on keypress
#93313 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Make it easy to get the default value of a type given a `System.Type`
#90697 commented on
Jul 26, 2025 • 0 new comments -
Request to support W3C TraceContext Level 2: Setting "random traceid flag" in tracecontext
#91282 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add `ToLowerOrdinal()` & `ToUpperOrdinal()`
#90999 commented on
Jul 26, 2025 • 0 new comments -
TFM compat logic for binding generator NuPkg doesn't account for custom TFM strings
#91348 commented on
Jul 26, 2025 • 0 new comments -
Audit identifier formatting algorithm in config binding & JSON generators
#92079 commented on
Jul 26, 2025 • 0 new comments -
ResolveField throws and catches exceptions which adds performance overhead
#92856 commented on
Jul 26, 2025 • 0 new comments -
Automate including the source gen projects in the transport package
#91698 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder emits AOT warnings even when using Source Generator when passing result into a method
#94544 commented on
Jul 26, 2025 • 0 new comments -
`ZipFile.ExtractToDirectory` causes faulty permissions with pinned files
#94465 commented on
Jul 26, 2025 • 0 new comments -
Managed Memory Leak on NET for ManagementClass
#89450 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Allow UseWindowsService and UseSystemd to indicate whether they've activated
#90105 commented on
Jul 26, 2025 • 0 new comments -
`Type.GetCustomAttributes()` can be slow when not passing an `attributeType` parameter.
#89928 commented on
Jul 26, 2025 • 0 new comments -
EventSource use of EventAttribute triggers dynamic methods in attribute usage
#90405 commented on
Jul 26, 2025 • 0 new comments -
Microsoft.Extensions.DependencyInjection ServiceProvider doesn't validate generic constraint.
#90158 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Add `ConfigureHostOptions` extensions for `IHostApplicationBuilder`
#90478 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: `Host.CreateEmptyApplicationBuilder` without parameter API
#90479 commented on
Jul 26, 2025 • 0 new comments -
Compiler can silently generate a bad image when there's 0xFFFF parameters in the module
#94892 commented on
Jul 26, 2025 • 0 new comments -
Configuration Binding source generator throws InvalidOperationException at runtime for type with custom [TypeConverter] use within a dictionary
#93335 commented on
Jul 26, 2025 • 0 new comments -
[API Proposal]: Provide a way to create Attribute from CustomAttributeData
#93383 commented on
Jul 26, 2025 • 0 new comments -
Use ProjectReferences for inbox libraries source projects
#93877 commented on
Jul 26, 2025 • 0 new comments -
Delay Windows Service "Running" State Transition in .NET 6 BackgroundService
#93476 commented on
Jul 26, 2025 • 0 new comments -
failure in CreateDefaultBuilder_ConfigJsonDoesReload
#94075 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder generates initialization logic for root type and never calls it when only generating Bind interceptors
#94071 commented on
Jul 26, 2025 • 0 new comments -
ConfigurationBinder source generator generates code with the wrong nullable annotations
#94105 commented on
Jul 26, 2025 • 0 new comments -
DispatchProxy invoke method returning GenericType with constraint TypeLoadException
#94096 commented on
Jul 26, 2025 • 0 new comments -
Investigate UTF8/UTF16 transcoding with AVX512
#93269 commented on
Jul 26, 2025 • 0 new comments