-
Notifications
You must be signed in to change notification settings - Fork 5k
Insights: dotnet/runtime
Overview
Could not load contribution data
Please try again later
116 Pull requests merged by 46 people
-
Remove gitter from readme
#114841 merged
Apr 21, 2025 -
JIT: don't mark callees noinline for non-fatal observations with pgo
#114821 merged
Apr 21, 2025 -
Don't optimize prologues/epilogues in OptimizePostIndexed
#114843 merged
Apr 20, 2025 -
Remove getTypeForBoxOnStack from jit interface
#114754 merged
Apr 19, 2025 -
Deref pointer in minipal/time
#114598 merged
Apr 19, 2025 -
[clr-interp] Add support for virtual method calls
#114529 merged
Apr 19, 2025 -
[browser] Preload dotnet.js
#114534 merged
Apr 19, 2025 -
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2690943
#114807 merged
Apr 19, 2025 -
[main] Update dependencies from dotnet/roslyn
#114761 merged
Apr 19, 2025 -
[main] Update dependencies from dotnet/arcade
#114777 merged
Apr 19, 2025 -
[main] Update dependencies from dotnet/command-line-api
#114829 merged
Apr 19, 2025 -
[release/9.0-staging] [wasm] Read messages from binlog if process output is missing build finished message
#114676 merged
Apr 19, 2025 -
Replace compiler specific options with C++
thread_local
keyword#114660 merged
Apr 19, 2025 -
Remove unsafe code from Http KnownHeaders
#114757 merged
Apr 19, 2025 -
Change CrlBuilderTests to use a static RSA key with better support.
#114804 merged
Apr 19, 2025 -
Remove test project dir after test finished in trimmingTests.targets
#114819 merged
Apr 18, 2025 -
Use extension everything to polyfill ArgumentNullException.ThrowIfNull
#114644 merged
Apr 18, 2025 -
[main] Update dependencies from dotnet/xharness
#114774 merged
Apr 18, 2025 -
[main] Update dependencies from dnceng/internal/dotnet-optimization
#114776 merged
Apr 18, 2025 -
Zip async implementation follow-up: Fix failures in wasm and add extra tests
#114798 merged
Apr 18, 2025 -
[RISC-V] Utilize
Zba
extension instructions#113999 merged
Apr 18, 2025 -
[RISC-V] Contain
GT_CALL
constantcontrolExpr
to move lower 12 bits to JALR offset#114728 merged
Apr 18, 2025 -
[RISC-V] Move lower 12 bits of indirection address to load / store offset
#114488 merged
Apr 18, 2025 -
Strip trailing slash from source dir for cmake4
#114779 merged
Apr 18, 2025 -
Improve error message when GetRequiredKeyedService() fails
#114796 merged
Apr 18, 2025 -
When parameter type has [ServiceKey] allow 'object' as the parameter type
#114785 merged
Apr 18, 2025 -
[main] Update dependencies from dotnet/roslyn-analyzers
#114814 merged
Apr 18, 2025 -
[mono] Switch simdhash to prime bucket counts; increase load factor
#113274 merged
Apr 18, 2025 -
SLH-DSA implementation for OpenSSL
#114060 merged
Apr 18, 2025 -
[RISC-V] Introduce Zbb
#114150 merged
Apr 17, 2025 -
ML-KEM: X.509 private keys
#114743 merged
Apr 17, 2025 -
Don't consider linux-bionic as a cross-build in UB builds
#114787 merged
Apr 17, 2025 -
Skip zip test on wasm
#114801 merged
Apr 17, 2025 -
[mono] Workaround MSVC miscompiling sgen_clz
#114786 merged
Apr 17, 2025 -
[LoongArch64] Fix ld.lld relocation 'R_LARCH_PCALA_LO12' error when building NativeAOT testcases.
#114616 merged
Apr 17, 2025 -
JIT: teach local assertion prop about non-null helpers
#114749 merged
Apr 17, 2025 -
[HTTP] Fix Content-Disposition name property getters
#114771 merged
Apr 17, 2025 -
Use regular casts for dictionary fallback in HttpHeaders
#114759 merged
Apr 17, 2025 -
[browser] Inline boot config
#114686 merged
Apr 17, 2025 -
Zip async implementation
#114421 merged
Apr 17, 2025 -
Don't use BaseOS as the RID for publishing NativeAOT'd assets when OutputRID is the SDK's RID
#114755 merged
Apr 17, 2025 -
Disable the UTFStringConversionFailures test on CI runs
#114747 merged
Apr 17, 2025 -
JIT: Fix containment check for decomposed long halves in CreateScalar
#114654 merged
Apr 16, 2025 -
[RISC-V] Integer min/max intrinsics
#114687 merged
Apr 16, 2025 -
JIT: Add a type for call emission parameters
#114542 merged
Apr 16, 2025 -
Replace OptimizedInboxTextEncoder vectorization with SearchValues
#114494 merged
Apr 16, 2025 -
fix xharness
#114746 merged
Apr 16, 2025 -
Update DllImportSearchPathTests to avoid relying on any previous cached load
#114719 merged
Apr 16, 2025 -
fix the regression in regions when handling heavily pinning scenarios
#112403 merged
Apr 16, 2025 -
JIT: Escape analysis cleanup
#114716 merged
Apr 16, 2025 -
Add support to add new FieldRVAs to EnC
#114463 merged
Apr 16, 2025 -
Fix contract violations for OLE scenario.
#114609 merged
Apr 16, 2025 -
Increase libraries run timeouts from default 150 to 300 minutes.
#114722 merged
Apr 16, 2025 -
Support W3C Propagator
#114583 merged
Apr 16, 2025 -
[coreclr][android] Don't build/ship unused GC variants for Android
#114448 merged
Apr 16, 2025 -
Add internal intrinsics for instance-based calli
#114495 merged
Apr 16, 2025 -
[main] Update dependencies from dnceng/internal/dotnet-optimization
#114056 merged
Apr 16, 2025 -
[main] Update dependencies from dotnet/xharness
#114057 merged
Apr 16, 2025 -
Don't pass -os twice for windows in DotNetBuild.props
#114732 merged
Apr 16, 2025 -
[main] Update dependencies from dotnet/roslyn-analyzers
#113191 merged
Apr 16, 2025 -
[main] Update dependencies from dotnet/arcade
#114610 merged
Apr 16, 2025 -
Make sure we add the System.Private.* assemblies when using the NativeAOT runtime pack as the runtime package.
#114556 merged
Apr 16, 2025 -
Only run runtime-diagnostics pipeline on a subset of file changes
#114718 merged
Apr 16, 2025 -
ML-KEM: Change public API surface from API review
#114710 merged
Apr 16, 2025 -
[wasm][interp] Add Store intrinsics
#114711 merged
Apr 16, 2025 -
Add guidelines for source generators in
dotnet/runtime
#114709 merged
Apr 15, 2025 -
Fix CA2256 in COM generator when using 'ManagedObjectWrapper'
#114642 merged
Apr 15, 2025 -
[cDAC] Implement IXCLRDataModule APIs SOS uses to read line numbers
#114491 merged
Apr 15, 2025 -
[main] Update dependencies from dotnet/roslyn
#114614 merged
Apr 15, 2025 -
Reapply "Don't use incompatible LOAD_LIBRARY_SEARCH flags when using LOAD_WITH_ALTERED_SEARCH_PATH"
#114651 merged
Apr 15, 2025 -
[main] Update dependencies from dotnet/source-build-reference-packages
#114611 merged
Apr 15, 2025 -
[release/8.0-staging] Update dependencies from dotnet/arcade
#114441 merged
Apr 15, 2025 -
[manual] Merge release/9.0-staging to release/9.0
#114662 merged
Apr 15, 2025 -
[release/8.0] Update dependencies from dotnet/arcade
#114667 merged
Apr 15, 2025 -
Add an IsFuncletCache to the EECodeInfo
#114580 merged
Apr 15, 2025 -
JIT: enhance escape analysis to understand local struct fields
#113977 merged
Apr 15, 2025 -
[wasm][interp] Jiterp packedsimd shifts
#114669 merged
Apr 15, 2025 -
[S.N.Quic] Observe exceptions in ResettableValueTaskSource
#114226 merged
Apr 15, 2025 -
Propagate
Type.GetInterfaces
through dataflow analysis#114149 merged
Apr 15, 2025 -
disable/trim MetricsHandler when System.Diagnostics.Metrics.Meter.IsSupported is false
#114326 merged
Apr 15, 2025 -
Revert 114347 + MSBuild tasks leak workaround + HotReload workaround
#114643 merged
Apr 15, 2025 -
MLDsaOpenSsl + tests
#114485 merged
Apr 15, 2025 -
ML-KEM: X509Certificate2.GetMLKemPublicKey
#114657 merged
Apr 15, 2025 -
[mono][sgen] Fix initialization of can_reduce_color
#114637 merged
Apr 15, 2025 -
[manual] Merge release/8.0-staging into release/8.0
#114661 merged
Apr 15, 2025 -
[wasm][interp] Disable PackedSimd operator aliases while we investigate
#114659 merged
Apr 15, 2025 -
Remove exclusion of WindowsRuntime attribute instantation
#114658 merged
Apr 15, 2025 -
Reimplement PR 112032, preserve trailing extra data when updating ZIP files
#113306 merged
Apr 15, 2025 -
Use
Stream.ReadAtLeast
when loading ZipArchives#114256 merged
Apr 15, 2025 -
JIT: Don't allow retyping of casts containing a memory load
#114602 merged
Apr 14, 2025 -
Revert "[release/9.0] Fix edge cases in Tarjan GC bridge (Android)"
#114641 merged
Apr 14, 2025 -
Never inline AllocateInstances in COM lifetime test
#114648 merged
Apr 14, 2025 -
[release/9.0-staging] Moved a static field initialization from Thread to ProcessorIdCache
#114273 merged
Apr 14, 2025 -
Fix NRE in GenericLookupResult.Equals method
#114624 merged
Apr 14, 2025 -
System.CommandLine update
#111864 merged
Apr 14, 2025 -
[release/8.0-staging] Update dependencies from dotnet/hotreload-utils
#114454 merged
Apr 14, 2025 -
[release/8.0] Update dependencies from dotnet/emsdk
#114577 merged
Apr 14, 2025 -
[release/8.0-staging] Update dependencies from dotnet/runtime-assets
#114588 merged
Apr 14, 2025 -
[release/9.0-staging] Update dependencies from dotnet/xharness
#114612 merged
Apr 14, 2025 -
[release/9.0] Update dependencies from dotnet/emsdk
#114576 merged
Apr 14, 2025 -
[release/9.0-staging] Update dependencies from dotnet/icu
#114254 merged
Apr 14, 2025 -
[release/9.0-staging] Update dependencies from dotnet/runtime-assets
#114589 merged
Apr 14, 2025 -
[release/9.0-staging] Update dependencies from dotnet/sdk
#114613 merged
Apr 14, 2025 -
WIP:
ProviderAliasAttribute
moved toMicrosoft.Extensions.Logging.Abstractions
solution.#114606 merged
Apr 14, 2025 -
[release/9.0-staging] Update dependencies from dotnet/cecil
#114615 merged
Apr 14, 2025 -
Simplify RID model and handle Linux libc flavors in orchestrated builds
#113765 merged
Apr 14, 2025 -
Fix IsVNConstantBound assert
#114486 merged
Apr 14, 2025 -
Reset ZLibStreamHandle when parsing concatenated GZip streams
#113587 merged
Apr 14, 2025 -
[release/9.0-staging] [debugger] Fix debugging a x86 app in mixed mode
#114077 merged
Apr 14, 2025 -
Optimize Microsoft.Extensions.Caching.Memory
#111050 merged
Apr 14, 2025 -
[H/3] Clean up and fix Alt-Svc handling
#114528 merged
Apr 14, 2025 -
Reunification of ExInfo
#114591 merged
Apr 14, 2025
63 Pull requests opened by 41 people
-
Bugfix/113494 fix defaulthttpclientfactory memory leaks
#114622 opened
Apr 14, 2025 -
arm64: Additions with GetActiveElementCount() should use incp when given the same predicate
#114628 opened
Apr 14, 2025 -
[Android] Support static linking of CoreCLR on Android
#114629 opened
Apr 14, 2025 -
Abolish PSPSym from ABI
#114630 opened
Apr 14, 2025 -
[draft] Trim ActivitySource via System.Diagnostics.ActivitySource.IsSupported feature
#114636 opened
Apr 14, 2025 -
Interpreter EH support in the runtime
#114649 opened
Apr 14, 2025 -
[LoongArch64] Improve the functionality of LoongArch64 R2R
#114666 opened
Apr 15, 2025 -
[automated] Merge branch 'release/8.0' => 'release/8.0-staging'
#114668 opened
Apr 15, 2025 -
[release/9.0-staging] Update dependencies from dotnet/cecil
#114670 opened
Apr 15, 2025 -
Add null check for EnumerationOptions
#114672 opened
Apr 15, 2025 -
Fixes grammar in comments for Gen2GcCallback.cs
#114674 opened
Apr 15, 2025 -
[RuntimeAsync] Merge from labs, all except JIT
#114675 opened
Apr 15, 2025 -
[release/9.0] Fix edge cases in Tarjan GC bridge (Android)
#114682 opened
Apr 15, 2025 -
[cDAC] Handle non-mapped images correctly
#114688 opened
Apr 15, 2025 -
WebSocket: observe exceptions in WaitForServerToCloseConnectionAsync
#114689 opened
Apr 15, 2025 -
Add more tests for SmtpClient
#114690 opened
Apr 15, 2025 -
Fix inconsistent newline format when logging exceptions to console.
#114692 opened
Apr 15, 2025 -
[automated] Merge branch 'release/9.0' => 'release/9.0-staging'
#114700 opened
Apr 15, 2025 -
[release/9.0] Update dependencies from dotnet/emsdk
#114702 opened
Apr 15, 2025 -
[APX] test some experiment changes on CI
#114713 opened
Apr 15, 2025 -
Ordered evaluation in FileSystemGlobbing Matcher
#114720 opened
Apr 15, 2025 -
Reuse crossgen2 logic to lay out methods using PGO data
#114736 opened
Apr 16, 2025 -
[DRAFT] Add option to disable particular TLS signature algorithms
#114741 opened
Apr 16, 2025 -
[cDAC] Alternative fix for handling non-mapped images
#114742 opened
Apr 16, 2025 -
Make specifying just `DllImportSearchPath.AssemblyDirectory` only search in assembly directory
#114756 opened
Apr 16, 2025 -
PersistedAssemblyBuilder: local tokens emitted incorrectly because of the scoping levels
#114758 opened
Apr 17, 2025 -
[release/9.0-staging] Update dependencies from dotnet/icu
#114762 opened
Apr 17, 2025 -
Fix stack trashing in CallCatchFunclet
#114763 opened
Apr 17, 2025 -
Build host.native for native AOT libraries testing
#114764 opened
Apr 17, 2025 -
[NOREVIEW] Test support for certificates with ephemeral keys
#114767 opened
Apr 17, 2025 -
[WinHTTP] remove unnecessary manual decompression
#114778 opened
Apr 17, 2025 -
Defer RemoteCertificate assignment after X509 Chain build
#114781 opened
Apr 17, 2025 -
Disable PingTest.CancelSendPingAsync on OSX
#114783 opened
Apr 17, 2025 -
Update Fedora helix images -- 41 -> 42
#114791 opened
Apr 17, 2025 -
Add runtimeconfig switch for Thread_UseAllCpuGroups/Thread_AssignCpuGroups
#114799 opened
Apr 17, 2025 -
[cDAC] Implement ISOSDacImpl.GetAssemblyList
#114800 opened
Apr 17, 2025 -
[wasm][aot] try disabling dwarf symbols in the aot output
#114805 opened
Apr 17, 2025 -
JIT: boost inlining for methods that may return small arrays
#114806 opened
Apr 17, 2025 -
Convert genRuntimeEventSources to a C# source generator
#114810 opened
Apr 17, 2025 -
[wasm] Try out a PackedSimd WideningLoader
#114811 opened
Apr 17, 2025 -
[cdac] Create transport package and rename the cdac reader
#114812 opened
Apr 18, 2025 -
Check Avx512BW.IsSupported in BitArray.CopyTo()
#114818 opened
Apr 18, 2025 -
Reliable clean-up of SafeHandles in Deflater/Inflater
#114826 opened
Apr 18, 2025 -
Create error on LibraryImport of generic delegate
#114827 opened
Apr 18, 2025 -
Add custom exception handlers to generated COM wrappers
#114828 opened
Apr 19, 2025 -
[release/8.0] Update dependencies from dotnet/emsdk
#114830 opened
Apr 19, 2025 -
Fix the amd64 cross-DAC stack unwinding
#114836 opened
Apr 19, 2025 -
Fix typing of BlendVariableMask condition when optimizing TernaryLogic
#114837 opened
Apr 20, 2025 -
Improve error message when running on outdated Windows OS with incomplete CET support
#114839 opened
Apr 20, 2025 -
Fold "new T[size].Length" into "size"
#114845 opened
Apr 20, 2025 -
Fix side effect handling for certain TernaryLogic cases
#114848 opened
Apr 20, 2025 -
[Profiler][Tests] Add shutdown guard and filter to classload test
#114849 opened
Apr 20, 2025 -
Check existing neutral flag on R2R rewrite
#114850 opened
Apr 21, 2025 -
[main] Update dependencies from dnceng/internal/dotnet-optimization
#114851 opened
Apr 21, 2025 -
[main] Update dependencies from dotnet/hotreload-utils, dotnet/sdk
#114852 opened
Apr 21, 2025 -
[main] Update dependencies from dotnet/arcade
#114853 opened
Apr 21, 2025 -
[main] Update dependencies from dotnet/source-build-reference-packages
#114854 opened
Apr 21, 2025 -
[release/9.0-staging] Update dependencies from dotnet/xharness
#114855 opened
Apr 21, 2025 -
[release/9.0-staging] Update dependencies from dotnet/sdk
#114856 opened
Apr 21, 2025 -
[main] Update dependencies from dotnet/roslyn
#114857 opened
Apr 21, 2025 -
[browser] Fix hard fingerprint on json boot config with OverrideHtmlAssetPlaceholders=true
#114859 opened
Apr 21, 2025
110 Issues closed by 37 people
-
Office COM addin targeting .NET 10 Preview 1 cannot be registered 0x80008096
#113427 closed
Apr 21, 2025 -
Support alternate delimiter in EventSourceLogger FilterSpecs
#36399 closed
Apr 21, 2025 -
How to get current process invocation name (argv[0]/$0)? (login shell on *nix)
#30212 closed
Apr 20, 2025 -
QNX? Does anyone know of any resources for getting .NET Core compiled/running on it?
#11839 closed
Apr 20, 2025 -
[API Proposal]: union
#114844 closed
Apr 20, 2025 -
[API Proposal]: Add Task.TryDelay
#114838 closed
Apr 20, 2025 -
It's possible to change the string object in a safe context.
#114834 closed
Apr 20, 2025 -
Process.Start with RedirectStandardOutput fails with System.PlatformNotSupportedException in .NET 9
#113450 closed
Apr 20, 2025 -
JIT: We can remove `getTypeForBoxOnStack`
#114204 closed
Apr 19, 2025 -
ClientWebSocket.SendAsync() api remarks section un clear on limitation and undefined behavior
#114816 closed
Apr 19, 2025 -
`libnethost.lib` contains LTCG objects again
#113183 closed
Apr 19, 2025 -
[Android] System.Security.Cryptography.Tests RSA signature validation failures
#114772 closed
Apr 19, 2025 -
Problems running coreclr tests with run.cmd/py
#95032 closed
Apr 18, 2025 -
Variable lifetime issue with x64 JIT
#8023 closed
Apr 18, 2025 -
[Perf] Linux/x64: 4 Regressions on 3/24/2025 1:35:29 AM +00:00
#113932 closed
Apr 18, 2025 -
Exclude System.IO.Compression async tests from wasm
#114769 closed
Apr 18, 2025 -
Imprecise exception message when resolving keyed services.
#112702 closed
Apr 18, 2025 -
ServiceKeyAttribute throws InvalidOperationException with ValidateOnBuild=true
#114780 closed
Apr 18, 2025 -
[Mono AOT] Improve `dn_simdhash` lookup on arm64
#113074 closed
Apr 18, 2025 -
OptionsCache fails to recover from initialization failure
#41863 closed
Apr 18, 2025 -
[Mono AOT] Emit dedup generic types directly into source assemblies
#113075 closed
Apr 18, 2025 -
[Mono AOT] Skip compiling methods from the `METHODSPEC` table that are trimmed away
#113076 closed
Apr 18, 2025 -
[feature request] How get value of parameters in stacktrace when exception?
#38607 closed
Apr 18, 2025 -
Android Hello World APK size increase
#114784 closed
Apr 18, 2025 -
ML-DSA: Assert signing empty span
#114665 closed
Apr 18, 2025 -
Fix CLR startup issues provided by Clang sanitizer
#7066 closed
Apr 18, 2025 -
The environment variable "DOTNET_TC_CallCountThreshold" should be configurable via runtimeconfig
#87885 closed
Apr 17, 2025 -
Proposal: Add Task.WhenAny overloads with CancellationToken
#37505 closed
Apr 17, 2025 -
Question: Enable Pointer Authentication on ARM64
#42738 closed
Apr 17, 2025 -
[iOS] Apple mobile NativeAOT test suits stopped building: `task could not be loaded from the assembly`
#114735 closed
Apr 17, 2025 -
response.Content.Headers.ContentDisposition.FileName contains quotes
#32765 closed
Apr 17, 2025 -
[android] HelloAndroid packaging improvements with CoreCLR
#111954 closed
Apr 17, 2025 -
CJK Extension B characters cannot be used in Content-Disposition FileNameStar
#28145 closed
Apr 17, 2025 -
Add async ZipFile APIs
#1541 closed
Apr 17, 2025 -
SIGKILL (OOM?) while running LibraryImportGenerator.Tests w/o actionable log messages or artifacts
#114241 closed
Apr 17, 2025 -
JIT: Assertion failed 'isContainable || supportsRegOptional'
#114570 closed
Apr 16, 2025 -
Use SearchValues in System.Text.Encodings.Web
#114437 closed
Apr 16, 2025 -
Migrate dotnet-runtime from using FluentAssertions to AwesomeAssertions
#114750 closed
Apr 16, 2025 -
Migrate dotnet-runtime from using FluentAssertions to AwesomeAssertions
#114751 closed
Apr 16, 2025 -
[ILLink] trimming null constant propagation
#114730 closed
Apr 16, 2025 -
[FeatureRequest]: Support edits to FieldRVAs in the runtime for EditAndContinue/etc.
#112446 closed
Apr 16, 2025 -
Support W3C Baggage propagation without Activity
#103174 closed
Apr 16, 2025 -
superpmi collection pipeline timeouts in libraries tests
#114715 closed
Apr 16, 2025 -
Contract violation in SetupOleContext
#114372 closed
Apr 16, 2025 -
[API Proposal]: Expose API to return the Legacy propagator
#114584 closed
Apr 16, 2025 -
System.Net.Http.HttpClient cannot handle unencoded parentheses characters '(' or ')' in Header.
#64694 closed
Apr 16, 2025 -
Consider making Interlocked.ReadMemoryBarrier public
#35761 closed
Apr 16, 2025 -
[mono] Unify bundling support in the runtime
#42915 closed
Apr 16, 2025 -
HOW TO build Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64?
#114134 closed
Apr 16, 2025 -
Bug of 𝘊𝘰𝘯𝘵𝘢𝘪𝘯𝘴 Function in dotnet 9
#114721 closed
Apr 16, 2025 -
Tagged memory cache implementation
#36562 closed
Apr 15, 2025 -
Memory Cache Limits
#36567 closed
Apr 15, 2025 -
Memory Cache RefreshAfter
#36497 closed
Apr 15, 2025 -
Guidance on IOptionsMonitor vs IOptions
#36013 closed
Apr 15, 2025 -
[Suggestion] Analyzer for validating Data Contract and Data Member attributes
#42412 closed
Apr 15, 2025 -
Double-to-Decimal conversions are not as faithful as they could be.
#42775 closed
Apr 15, 2025 -
Request to add some example for `system.security.cryptography.pkcs` namespace class functions
#42890 closed
Apr 15, 2025 -
[GeneratedComInterface] in CCW-only mode produces CA2256 warning
#90922 closed
Apr 15, 2025 -
Assertion failures on Android
#114634 closed
Apr 15, 2025 -
TimeZoneInfo.FindSystemTimeZoneById() parses input differently on Linux
#114703 closed
Apr 15, 2025 -
CertificateRequest.CreateSelfSigned with ECDSA with invalid key usage
#42751 closed
Apr 15, 2025 -
DateTime Precision variant, which would allow to have nanoseconds fully, currently mising in .NET 9/10
#114680 closed
Apr 15, 2025 -
TaskScheduler.UnobservedTaskException catches quic exceptions with kestrel combined with grpc + http3
#114128 closed
Apr 15, 2025 -
[API Proposal]: Example usages of a VectorSVE API
#88140 closed
Apr 15, 2025 -
where call `mono_wasm_init_finalizer_thread` browser-wasm use single thread
#114684 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: loads pt 2
#97831 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: scatter stores
#94014 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: stores
#94011 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: maths
#94009 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: gather loads
#94007 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: loads
#94006 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: fp
#94005 closed
Apr 15, 2025 -
Log Debug even when no debugger attached (support DbgView)
#36564 closed
Apr 15, 2025 -
DependencyInjection add factory for generated classes
#36410 closed
Apr 15, 2025 -
Change TryAdd IServiceCollection extensions to return "something"
#36492 closed
Apr 15, 2025 -
API Proposal: Register injectable services using an attribute
#36749 closed
Apr 15, 2025 -
Add ability to group related service configurations
#37867 closed
Apr 15, 2025 -
EventLog should support directory generation
#42475 closed
Apr 15, 2025 -
Add LogLevel.Notice (for syslog)
#39848 closed
Apr 15, 2025 -
Add IOwned interface
#40890 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: firstfaulting
#94004 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: mask
#93964 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: mask part 2
#98184 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: counting
#94003 closed
Apr 15, 2025 -
[API Proposal]: Arm64: FEAT_SVE: bitwise
#93887 closed
Apr 15, 2025 -
使用 .net 9 runtime 发布的不包含和包含的环境的WPF应用在个别机器上无法通过exe文件运行
#114671 closed
Apr 15, 2025 -
[9.0] Test failure GC_Features._Bridge_BridgeTester_BridgeTester_._Bridge_BridgeTester_BridgeTester_cmd
#114650 closed
Apr 15, 2025 -
[release/9.0][mono] GC_Features runtime test crash
#114631 closed
Apr 15, 2025 -
LoongArch64: Track the progress of nativeaot test cases passing on LoongArch64.
#104661 closed
Apr 15, 2025 -
[Perf] Linux/x64: 5 Regressions on 10/15/2024 10:23:56 PM - Cloning Change
#109123 closed
Apr 15, 2025 -
Replace ZipArchive calls of stream.Read with stream.ReadExactly or stream.ReadAtLeast
#114026 closed
Apr 15, 2025 -
[Perf] Linux/x64: 1 Regression on 11/25/2024 12:12:36 AM
#110188 closed
Apr 14, 2025 -
[Windows] Only load imported DLLs from System32
#95598 closed
Apr 14, 2025 -
JIT: Assertion failed 'varTypeIsUnsigned(srcLoadType) || (genTypeSize(srcLoadType) >= genTypeSize(castType))'
#114573 closed
Apr 14, 2025 -
Test failure: Interop/COM/NETClients/Lifetime/NETClientLifetime/NETClientLifetime.cmd
#112334 closed
Apr 14, 2025 -
[Perf] Linux/x64: Regressions in SIMD.ConsoleMandel and System.Numerics.Tests.Perf_BigInteger
#105329 closed
Apr 14, 2025 -
[API Proposal]: `ProviderAliasAttribute`: Better move to `Microsoft.Extensions.Logging.Abstractions`
#114532 closed
Apr 14, 2025 -
Test failure: global::JitTest_castclass_ldloc_cs.TestClass.TestEntryPoint()
#114645 closed
Apr 14, 2025 -
[mono][wasm][linux] Algorithm 'Aes' is not supported on this platform
#114552 closed
Apr 14, 2025 -
JIT: Assertion failed `IsVNConstantBound(vn) || IsVNConstantBoundUnsigned(vn)` during 'Assertion prop'
#114212 closed
Apr 14, 2025 -
TypeDescriptor caches prevent AssemblyLoadContext from unloading
#114620 closed
Apr 14, 2025 -
[HTTP/3] Alt-Svc logic has many issues
#83874 closed
Apr 14, 2025 -
Alt-Svc header parser doesn't accept empty ALPN
#83775 closed
Apr 14, 2025
70 Issues opened by 60 people
-
WaitForExitAsync hangs and leads to zombies process are created (Linux)
#114847 opened
Apr 20, 2025 -
MemoryMappedFile is up to ~1000x slower than Java for single-byte reads
#114846 opened
Apr 20, 2025 -
Source Build Validation legs are failing
#114842 opened
Apr 20, 2025 -
[mono] Cannot transition thread 0000000000001B78 from RUNNING with DONE_BLOCKING
#114840 opened
Apr 20, 2025 -
[Native AOT]Problem with polymorphic calls
#114835 opened
Apr 19, 2025 -
IOptionsMonitor<T> does not work with rooted file paths, but PhysicalFileProvider itself does
#114833 opened
Apr 19, 2025 -
[API Proposal]: Add non-overflowing widening sum to Vector types
#114832 opened
Apr 19, 2025 -
[Analyzer]: Flag non-productive uses of `RegexOptions.NonBacktracking`.
#114831 opened
Apr 19, 2025 -
Value Change Bug: BitConverter.SingleToUInt32Bits(BitConverter.UInt32BitsToSingle((uint)0xFFB43480))
#114825 opened
Apr 18, 2025 -
Deserializing inherited class throws exception
#114824 opened
Apr 18, 2025 -
Test crashes in arm32 `runtime-coreclr libraries-jitstress-random` pipeline
#114823 opened
Apr 18, 2025 -
[Android 9.0.3] Enabling LLVM leads to incorrect SkiaSharp drawing behavior in some cases
#114822 opened
Apr 18, 2025 -
Issues stepping through System.Runtime.CompilerServices.StaticsHelpers.GetGCStaticBase
#114820 opened
Apr 18, 2025 -
ConcurrentBag.WorkStealingQueue.LocalPush() crash due to OverflowException
#114817 opened
Apr 18, 2025 -
incorrect DateTimeOffset with DataContractSerializer and IXmlSerializable
#114813 opened
Apr 18, 2025 -
[API Proposal]: VectorData.Abstractions
#114793 opened
Apr 17, 2025 -
[API Proposal]: GetTotalAllocatedBytes for Thread
#114789 opened
Apr 17, 2025 -
Allow removing items from ImmutableDictionary.Builder while enumerating it
#114788 opened
Apr 17, 2025 -
[Test Failure] System.Net.NetworkInformation.Tests.PingTest.CancelSendPingAsync on OSX
#114782 opened
Apr 17, 2025 -
After installing dotnet-sdk-9.0 on SLES 15.6, dotnet cannot be run as the runtime is out of date
#114775 opened
Apr 17, 2025 -
Marshal.GetComInterfaceForObject in NativeAOT
#114773 opened
Apr 17, 2025 -
System.Text.Json 9 Serialization Issue rg. Flags-Enums when using JsonStringEnumConverter
#114770 opened
Apr 17, 2025 -
[Mono]: `mono_object_new_pinned` Allows Instantiation of Abstract Classes
#114768 opened
Apr 17, 2025 -
Using CR as the end of line character on Linux
#114765 opened
Apr 17, 2025 -
Test failure: profiler/unittest/classload/classload.cmd
#114760 opened
Apr 17, 2025 -
[API Proposal]: Expose `Utf8JstonWriter.WriteNumberValue(ReadOnlySpan<byte> utf8FormattedNumber)` publically
#114753 opened
Apr 16, 2025 -
Enable HotReload tests for FieldRVA
#114748 opened
Apr 16, 2025 -
[API Proposal]: generic overloads of `Delegate.Combine` and `Delegate.Remove`
#114745 opened
Apr 16, 2025 -
JIT: Redundant bounds check for when loopUpperBound==arrayLength
#114744 opened
Apr 16, 2025 -
[API Proposal]: Ssl*AuthenticationOptions.AllowRsaPssPad, AllowRsaPkcs1Pad
#114740 opened
Apr 16, 2025 -
[release/9.0] [browser][host] Apply CORS also to .mjs files was closed without merge
#114739 opened
Apr 16, 2025 -
[android] Investigate using different GC variants with CoreCLR on Android
#114738 opened
Apr 16, 2025 -
Consider static linking and componentization of CoreCLR runtime
#114737 opened
Apr 16, 2025 -
[API Proposal]: Optional export of UnmanagedCallersOnlyAttribute
#114733 opened
Apr 16, 2025 -
[API Proposal]: `BigMul` for `nuint` and `nint`
#114731 opened
Apr 16, 2025 -
Faster Exceptions: unmanaged exception handling in C++/CLI
#114727 opened
Apr 16, 2025 -
[Analyzer Proposal]: Validate composite formatting parameter count
#114726 opened
Apr 16, 2025 -
Remove executable directory from `NATIVE_DLL_SEARCH_DIRECTORIES` for single-file applications
#114717 opened
Apr 15, 2025 -
MemoryCache entry eviction is based on system memory usage, not cache memory usage
#114714 opened
Apr 15, 2025 -
[API Proposal]: Inherit LibraryImport from class to reduce rewriting code
#114708 opened
Apr 15, 2025 -
Allow building on FreeBSD/i386
#114705 opened
Apr 15, 2025 -
Timeout in HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel
#114704 opened
Apr 15, 2025 -
[UB] Unsigned Mach-O files being reported in osx builds
#114701 opened
Apr 15, 2025 -
[9.0] profiler handles.sh long running test then unable to open dump json file
#114693 opened
Apr 15, 2025 -
System.Text.Json should recognize $schema as a metadata property.
#114691 opened
Apr 15, 2025 -
[API Proposal]: SVE AddRotateComplex should use an enum
#114685 opened
Apr 15, 2025 -
JIT compiler error while adjusting IL code in JITCompilationStarted with InitializeForAttach
#114683 opened
Apr 15, 2025 -
[API Proposal]: Add APIs to `JsonMarshal` to get the underlying sequence/span from the Utf8JsonReader.
#114679 opened
Apr 15, 2025 -
[Perf] Linux/x64: 1 Regression on 4/13/2025 6:59:35 AM +00:00
#114695 opened
Apr 15, 2025 -
.NET DateTime date out of range error only on Windows ARM VM (Parallels on Mac M4 or vmware fusion)
#114677 opened
Apr 15, 2025 -
[Perf] Windows/x64: 1 Regression on 4/8/2025 3:19:55 PM +00:00
#114697 opened
Apr 15, 2025 -
.NET 9 启动崩溃
#114673 opened
Apr 15, 2025 -
Please update Binaryen in emsdk
#114723 opened
Apr 15, 2025 -
[API Proposal]: Generic & simd `BigMul`, `MultiplyHigh`, and `MultiplyLow`
#114663 opened
Apr 15, 2025 -
Test failures: System.Formats.Nrbf.Tests
#114656 opened
Apr 14, 2025 -
debugging Json.Deserialize error
#114655 opened
Apr 14, 2025 -
[8.0][wasm] DefaultTemplate_AOT_InProjectFile test failure - aot-instances.dll precompiling failed with exit 137
#114653 opened
Apr 14, 2025 -
[API Proposal]: new RefStructTuple type
#114652 opened
Apr 14, 2025 -
[API proposal] Add optimized SortedArray (I can't create own tools with high performance)
#114647 opened
Apr 14, 2025 -
Test failure: _Sve_r::JIT.HardwareIntrinsics.Arm._Sve.Program.Sve_GatherVectorFirstFaulting_Bases_double_ulong()
#114646 opened
Apr 14, 2025 -
SslStream not working with ephemeral keys
#114640 opened
Apr 14, 2025 -
Assert failure: !CREATE_CHECK_STRING(!GCHeapUtilities::GetGCHeap()->IsLargeObject(this))
#114639 opened
Apr 14, 2025 -
Assert failure: Consistency check failed: FAILED: pThread->PreemptiveGCDisabled()
#114638 opened
Apr 14, 2025 -
trim EventSource when System.Diagnostics.Tracing.EventSource.IsSupported is false
#114635 opened
Apr 14, 2025 -
Regex engine throws index out of range
#114626 opened
Apr 14, 2025
470 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.
-
Interpreter GC info stage 2: Generate empty GC info and add baseline implementation of EnumGcRefs
#113948 commented on
Apr 17, 2025 • 38 new comments -
[LoongArch64] Fix some bugs to make NativeAOT stable.
#114618 commented on
Apr 21, 2025 • 35 new comments -
Add CPUID for AvxVnniInt8 and AvxVnniInt16
#113956 commented on
Apr 19, 2025 • 18 new comments -
Enable AVX2 optimistically with AVX on NAOT
#114575 commented on
Apr 14, 2025 • 16 new comments -
Add bootstrapping build mechanism and enable for SourceBuild
#114285 commented on
Apr 21, 2025 • 13 new comments -
HTTP/3: Eliminate near-zero "wait for connection" telemetry signals
#114083 commented on
Apr 16, 2025 • 11 new comments -
Interpreter GC info stage 3: Report locals to the GC
#114469 commented on
Apr 19, 2025 • 11 new comments -
Includes type forwarding for System.Text.Unicode.Utf8 to the Microsoft.Bcl.Memory library
#111292 commented on
Apr 19, 2025 • 10 new comments -
Fixed ReflectTypeDescriptionProvider keeping cached type in the dictionary after ReflectionCachesUpdateHandler caches cleanup
#114619 commented on
Apr 17, 2025 • 8 new comments -
[wasm][coreclr] Make libs subset build
#114548 commented on
Apr 15, 2025 • 3 new comments -
Share implementation of ComWrappers between CoreCLR and NativeAOT
#113907 commented on
Apr 20, 2025 • 3 new comments -
Remove List<T> allocation in Task.WhenAll for empty sequences
#114002 commented on
Apr 18, 2025 • 3 new comments -
Arm-64:[PAC][WIP]Add auth-strip in prolog and epilog of jitted methods
#110472 commented on
Apr 17, 2025 • 2 new comments -
Arm64: Implement region write barriers
#111636 commented on
Apr 21, 2025 • 2 new comments -
Micro optimizations to improve the performance of EH stackwalking, particularly in the X86 with Funclets model
#114582 commented on
Apr 14, 2025 • 1 new comment -
[6.0] Test failure in System.Formats.Asn1 ReadVeryLongOid_WithAppContext: could not load file or assembly in NET48
#104647 commented on
Apr 21, 2025 • 0 new comments -
[outerloop] System.Runtime.Numerics.Tests crash with exit code 137 in linux debug coreclr
#104588 commented on
Apr 21, 2025 • 0 new comments -
[NativeAOT-iOS] MacCatalyst fails to start/log `nativeaot.SmokeTests` tests
#105804 commented on
Apr 21, 2025 • 0 new comments -
Debug Assertion Violation: 'codeManager->IsUnwindable(pvAddress) || runtime->IsConservativeStackReportingEnabled()'
#103333 commented on
Apr 21, 2025 • 0 new comments -
Test failure BasicEventSourceTests.TestsUserErrors.Test_BadEventSource_MismatchedIds_WithEtwListener
#96968 commented on
Apr 21, 2025 • 0 new comments -
[mono] FullAOT build asserts at `class1 != ARG_CLASS_NO_CLASS' for EmptyStructs.dll
#106071 commented on
Apr 21, 2025 • 0 new comments -
Analyzer 'Microsoft.NetCore.CSharp.Analyzers.Performance.CSharpConstantExpectedAnalyzer' threw an exception of type 'System.InvalidCastException`
#106088 commented on
Apr 21, 2025 • 0 new comments -
WasmTestOnChrome-MT-System.Net.Http.Functional.Tests timeout
#106094 commented on
Apr 21, 2025 • 0 new comments -
tailcall_v4/hijacking/hijacking.cmd Timed Out
#106134 commented on
Apr 21, 2025 • 0 new comments -
Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled test failure
#106135 commented on
Apr 21, 2025 • 0 new comments -
[Wasm][Test Failure] LoadLazyAssemblyBeforeItIsNeeded(lazyLoadingTestExtension: "wasm", allLazyLoadingTestExtensions: ["wasm", "dll", "NoExtension"])
#106160 commented on
Apr 21, 2025 • 0 new comments -
System.Runtime.Tests.WorkItemExecution "crash" on tvOS
#106319 commented on
Apr 21, 2025 • 0 new comments -
InterpPgoTests.FirstRunGeneratesTableAndSecondRunLoadsIt failing
#105733 commented on
Apr 21, 2025 • 0 new comments -
ProcessThreadTests.TestStartTimeProperty failure in CI
#105526 commented on
Apr 21, 2025 • 0 new comments -
Test failure: System.Transactions.Tests.TransactionManagerTest.DefaultTimeout_MaxTimeout_Set_Get
#105124 commented on
Apr 21, 2025 • 0 new comments -
BinderTracingTest.ResolutionFlow times out
#104670 commented on
Apr 21, 2025 • 0 new comments -
[browser][wbt] fails with `InvalidOperationException: There is no currently active test`
#105315 commented on
Apr 21, 2025 • 0 new comments -
Wasi provisioning failing
#105290 commented on
Apr 21, 2025 • 0 new comments -
MemoryTests.AllocateLargeHeapThenRepeatedlyInterop timing out
#105283 commented on
Apr 21, 2025 • 0 new comments -
Hang in FileShareOpen_Inheritable
#105265 commented on
Apr 21, 2025 • 0 new comments -
System.Net.Quic.Tests.MsQuicTests.WriteTests failed with "System.Net.Quic.QuicException : The connection timed out from inactivity."
#105177 commented on
Apr 21, 2025 • 0 new comments -
[6.0] Internal exception in System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests tests
#104933 commented on
Apr 21, 2025 • 0 new comments -
[browser][MT] ReleaseJSOwnedObjectByGCHandle: Unexpected synchronous failure
#104889 commented on
Apr 21, 2025 • 0 new comments -
[8.0][browser][wasm] emcc failure to compile aot-instances
#104827 commented on
Apr 21, 2025 • 0 new comments -
[6.0] Microsoft.Extensions.FileProviders.Physical.Tests failing to access a symlink used by PhysicalFilesWatcher
#104823 commented on
Apr 21, 2025 • 0 new comments -
[WASI][Mono AOT] System.Collections.Specialized.Tests
#104786 commented on
Apr 21, 2025 • 0 new comments -
GC/Regressions/v2.0-beta2/452950 test failure
#104671 commented on
Apr 21, 2025 • 0 new comments -
[browser][WBT] Found existing build but it had failed.
#108175 commented on
Apr 21, 2025 • 0 new comments -
failure in Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations
#108107 commented on
Apr 21, 2025 • 0 new comments -
iOS tests failing with WORKLOAD TIMED OUT - Killing user command.
#108103 commented on
Apr 21, 2025 • 0 new comments -
`chrome-DebuggerTests` timing out
#108078 commented on
Apr 21, 2025 • 0 new comments -
[wasm] DebuggerTests.Inspector.OpenSessionAsync
#108072 commented on
Apr 21, 2025 • 0 new comments -
[wasm] DebuggerTests.WasmHostProvider.LaunchHostAsync
#108071 commented on
Apr 21, 2025 • 0 new comments -
System.Data.Common.Tests Assert failure on Linx x64 CI test run
#108070 commented on
Apr 21, 2025 • 0 new comments -
`GetAsync_ServerNeedsAuthAndNoCredential_StatusCodeUnauthorized` got cancelled
#108019 commented on
Apr 21, 2025 • 0 new comments -
failure in System.Numerics.Tests.op_rightshiftTest.LargeNegativeBigIntegerShiftTest
#107990 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
Long running test timeout - Wasm.Build.Tests.AspNetCore.SignalRClientTests.SignalRPassMessageWasmBrowser
#107931 commented on
Apr 21, 2025 • 0 new comments -
[coreclr] `System.Numerics.Tensors.Tests` fails with `Index was outside the bounds of the array.`
#107911 commented on
Apr 21, 2025 • 0 new comments -
[9.0][wasm] Timeout when downloading chrome-win.zip
#107901 commented on
Apr 21, 2025 • 0 new comments -
JsImportObjectArray test fails with `null` instead of `System.Exception: test`
#107873 commented on
Apr 21, 2025 • 0 new comments -
System.Diagnostics.Tests.ProcessWaitingTests.MultipleProcesses_ParallelStartKillWait timeout
#107765 commented on
Apr 21, 2025 • 0 new comments -
System.Net.Quic tests timeout
#107761 commented on
Apr 21, 2025 • 0 new comments -
[browser] JSSynchronizationContext.Pump: Unexpected failure (ManagedThreadId
#107752 commented on
Apr 21, 2025 • 0 new comments -
[9.0][osx][ios] Failure: llvm::SmallVectorBase<unsigned long long>::set_size(unsigned long)
#107569 commented on
Apr 21, 2025 • 0 new comments -
[WASI] Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish
#107530 commented on
Apr 21, 2025 • 0 new comments -
[8.0] Test assert failure in Microsoft.Extensions.Configuration.Binder.Tests.ConfigurationBinderTests.BindCanReadStaticProperty
#107413 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Test assert failure in X509Certificates.Tests.RevocationTests.AiaTests.AiaAcceptsCertTypesAndIgnoresNonCertTypes
#107364 commented on
Apr 21, 2025 • 0 new comments -
`System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsTwoSpanInFloatOut` fails with `IndexOutOfRangeException`
#107254 commented on
Apr 21, 2025 • 0 new comments -
[Test Failure] NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds on Alpine
#106634 commented on
Apr 21, 2025 • 0 new comments -
System.Diagnostics.Tests.ProcessTests.ProcessStart_OnLinux_UsesSpecifiedProgram [FAIL]
#106595 commented on
Apr 21, 2025 • 0 new comments -
[wasm][mt] Index was outside the bounds of the array.
#106488 commented on
Apr 21, 2025 • 0 new comments -
'chrome-DebuggerTests.ExceptionTests' timing out
#106376 commented on
Apr 21, 2025 • 0 new comments -
System.Threading.ThreadPool.Tests fail in CI with System.Net.Sockets.SocketException
#106371 commented on
Apr 21, 2025 • 0 new comments -
[outerloop] `System.Numerics.Tests.ToStringTest.ToString_ValidLargeFormat` faling with `OutOfMemoryException`
#104586 commented on
Apr 21, 2025 • 0 new comments -
[wasm][mt] fail: System.TypeLoadException: Could not load type of field"
#102615 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
System.Buffers.Tests timeout on wasm MT
#102040 commented on
Apr 21, 2025 • 0 new comments -
[wasm][AOT] emcc : error - received SIGKILL (-9)
#89402 commented on
Apr 21, 2025 • 0 new comments -
[tvos][arm64] Segfault in System.Formats.Tests
#101692 commented on
Apr 21, 2025 • 0 new comments -
[8.0] Test failure in System.Diagnostics.Tests.ProcessTests.MainWindowHandle_GetWithGui_ShouldRefresh_Windows
#101700 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[wasm][MT] null function or function signature mismatch
#101481 commented on
Apr 21, 2025 • 0 new comments -
GetLoadLevel() postcondition failure
#101096 commented on
Apr 21, 2025 • 0 new comments -
[wasm] Timeout in System.Text.Json.Tests
#101204 commented on
Apr 21, 2025 • 0 new comments -
[wasm] perftiger v8 - Failed to install prerequisites
#100910 commented on
Apr 21, 2025 • 0 new comments -
[browser][MT] fail in System.Reflection.RuntimeMethodInfo.InternalInvoke
#100831 commented on
Apr 21, 2025 • 0 new comments -
LibraryImportGenerator.Unit.Tests crashing on linux-x64 mono interpreter
#100800 commented on
Apr 21, 2025 • 0 new comments -
System.IO.Net5Compat.Tests and System.IO.Tests suddenly exiting with error 137
#100558 commented on
Apr 21, 2025 • 0 new comments -
Test failure: AggregateException: Not all processes in process tree could be terminated.
#93321 commented on
Apr 21, 2025 • 0 new comments -
System.Net.Tests.HttpListenerRequestTests fail with SocketException : Connection refused
#100088 commented on
Apr 21, 2025 • 0 new comments -
GC\Regressions\v2.0-beta2\452950\452950\452950.cmd failing on Mono minijit Windows x64
#99729 commented on
Apr 21, 2025 • 0 new comments -
Assertion failed in SafeFileHandle.OverlappedValueTaskSource.IOCallback
#99517 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[browser][mt][wbt] `Wasm.Build.Tests.BlazorWasmTestBase.BlazorRunTest` Current count: 0
#99283 commented on
Apr 21, 2025 • 0 new comments -
ASSERT [THREAD ] at /__w/1/s/src/coreclr/pal/src/include/pal/utils.h.36: Expression: result >= val
#99163 commented on
Apr 21, 2025 • 0 new comments -
[outerloop] System.Runtime.Tests crash with exit code 137 in linux debug coreclr
#98964 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[debugger][mt][browser] TestDebugUsingMultiThreadedRuntime times out
#98110 commented on
Apr 21, 2025 • 0 new comments -
[mt][browser] `HttpClient_CancelInDifferentThread` failing with operation cancelled
#98101 commented on
Apr 21, 2025 • 0 new comments -
[browser][debugger] Firefox EvaluateOnCallFrame2Tests
#98086 commented on
Apr 21, 2025 • 0 new comments -
CI error on WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests
#97124 commented on
Apr 21, 2025 • 0 new comments -
[8.0] Failure in `System.Diagnostics.Tests.PerformanceCounterTests.PerformanceCounter_Increment`: Category 'PerformanceCounter_Increment_Category' does not exist.
#104572 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[browser][MT] System.Runtime.InteropServices.JavaScript.Tests CI timeouts
#104492 commented on
Apr 21, 2025 • 0 new comments -
[QUIC & HTTP/3] Handshake Timeout on tests
#104426 commented on
Apr 21, 2025 • 0 new comments -
[6.0] Failure in DnsGetHostAddresses_PostCancelledToken_Throws: No such host is known
#104392 commented on
Apr 21, 2025 • 0 new comments -
[browser] Connection refused in 127.0.0.1
#104349 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[wasm][mt] mono_wasm_load_runtime () failed RuntimeError: index out of bounds
#104271 commented on
Apr 21, 2025 • 0 new comments -
GC Assert failure: committed_by_oh[oh] == compute_committed_bytes_per_heap (oh, committed_bookkeeping)
#104178 commented on
Apr 21, 2025 • 0 new comments -
System.Security.Cryptography.Csp.Tests failing on macOS x64 Debug
#104172 commented on
Apr 21, 2025 • 0 new comments -
Unload_TwoCollectibleWithOneAssemblyAndOneInstanceReferencingAnother test failed in CI
#104153 commented on
Apr 21, 2025 • 0 new comments -
Test failing: ServiceProviderILEmitContainerTests.GetAsyncService_DisposeAsyncOnSameThread_ThrowsAndDoesNotHangAndDisposeAsyncGetsCalled
#104041 commented on
Apr 21, 2025 • 0 new comments -
Test failure: System.Security.Cryptography.X509Certificates.Tests.RevocationTests.AiaTests.DisableAiaOptionWorks
#102236 commented on
Apr 21, 2025 • 0 new comments -
MonoTests.System.Runtime.Caching.MemoryCacheTestExpires5.TestCacheExpiryOrdering()
#103711 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[browser] Unable to evaluate script: tab crashed
#103623 commented on
Apr 21, 2025 • 0 new comments -
System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows fails in CI
#103586 commented on
Apr 21, 2025 • 0 new comments -
Failing test due to no detected IO events in 'System.IO.Tests.FileSystemWatcherTest.ExecuteAndVerifyEvents'
#103584 commented on
Apr 21, 2025 • 0 new comments -
Build failure: Static graph-based restore failed with exit code .* but did not log an error.
#103526 commented on
Apr 21, 2025 • 0 new comments -
[browser][MT] test failure: Tests timed out. Killing driver service
#103524 commented on
Apr 21, 2025 • 0 new comments -
[WASI][Mono AOT] Failed to compile System.Private.CoreLib.dll.bc
#103520 commented on
Apr 21, 2025 • 0 new comments -
[QUIC] [Long Running Test] 'System.Net.Quic.Tests.QuicStreamConformanceTests.ReadWrite_Success'
#103482 commented on
Apr 21, 2025 • 0 new comments -
SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds failed in CI
#103449 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
ExplicitConversion_FromSingle failing due to NaN != NaN
#103347 commented on
Apr 21, 2025 • 0 new comments -
System.Runtime.InteropServices.JavaScript.Tests.WebWorkerTest.JSDelay_ContinueWith_Sync test failed
#103080 commented on
Apr 21, 2025 • 0 new comments -
CI timeout in System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale
#103062 commented on
Apr 21, 2025 • 0 new comments -
Undo a few JIT layout workarounds
#114605 commented on
Apr 14, 2025 • 0 new comments -
[Android] Put Java JNI function in a separate static library
#108513 commented on
Apr 14, 2025 • 0 new comments -
Add Decimal32, Decimal64, Decimal128
#100729 commented on
Apr 20, 2025 • 0 new comments -
missing opportunities in constant folding around bitwise ops
#99136 commented on
Apr 15, 2025 • 0 new comments -
Test failure BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover
#88027 commented on
Apr 21, 2025 • 0 new comments -
[wasm] BrowserLocator.cs' could not be found.
#114510 commented on
Apr 21, 2025 • 0 new comments -
Assertion failure g_flsIndex != FLS_OUT_OF_INDEXES
#114506 commented on
Apr 21, 2025 • 0 new comments -
[maccatalyst][x64] SendTo_.*.Datagram_UDP_AccessDenied_Throws_DoesNotBind cannot reach host
#114450 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Values differ assert failure in Microsoft.Extensions.Hosting.Internal.HostTests.WebHostStopAsyncUsesDefaultTimeoutIfNoTokenProvided
#114344 commented on
Apr 21, 2025 • 0 new comments -
SIGKILL System.Runtime.Serialization.Formatters.Tests
#114287 commented on
Apr 21, 2025 • 0 new comments -
[8.0] GC Large array test failure
#114222 commented on
Apr 21, 2025 • 0 new comments -
[Android] CI flakiness: App fails to start in time and gets killed
#114132 commented on
Apr 21, 2025 • 0 new comments -
CI flakiness: mono interpreter build getting killed
#114123 commented on
Apr 21, 2025 • 0 new comments -
Test failure: Microsoft.Extensions.Configuration.EnvironmentVariables.Test.EnvironmentVariablesTest.BindingDoesNotThrowIfReloadedDuringBinding
#109904 commented on
Apr 21, 2025 • 0 new comments -
[browser] NoFingerprint, LazyLoadingTests.LoadLazyAssemblyBeforeItIsNeeded, timeout
#113836 commented on
Apr 21, 2025 • 0 new comments -
[Test Failure] System.Net.NetworkInformation.Tests.PingTest.CancelSendPingAsync on OSX
#113831 commented on
Apr 21, 2025 • 0 new comments -
[iOS][MacCatalyst] Invalid SocketOption in `MulticastInterface` on new macOS versions (14.7, 15.2)
#113827 commented on
Apr 21, 2025 • 0 new comments -
[Long Running Test] 'System.Composition.UnitTests.ConcurrencyTests.SharedInstancesAreNotVisibleUntilActivationCompletes'
#113686 commented on
Apr 21, 2025 • 0 new comments -
[browser] Test failure in HttpRequestMessageTest.HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject
#113628 commented on
Apr 21, 2025 • 0 new comments -
Test failure with message "MONO_WASM: Out of memory" on string constructor
#113474 commented on
Apr 21, 2025 • 0 new comments -
Test Failure: System.Diagnostics.Tests.ProcessTests/LongProcessNamesAreSupported
#29383 commented on
Apr 21, 2025 • 0 new comments -
[9.0] MemoryCacheTest.Trim(String throwOnDisposed=true) failure - assert values differ
#113331 commented on
Apr 21, 2025 • 0 new comments -
[Mono] Runtime test "test76531" fails in the LLVM (and mini) Full AOT configuration on linux-x64
#113060 commented on
Apr 21, 2025 • 0 new comments -
[Android] System.Collections.Immutable tests timeout on android-arm and android-x86
#112948 commented on
Apr 21, 2025 • 0 new comments -
[Android] System.Tests.RandomTests.Next_IntInt_Next_IntInt_AllValuesAreWithinRange failing on android-arm
#112946 commented on
Apr 21, 2025 • 0 new comments -
Timeout in SocketsHttpHandler_HttpClientHandlerTest.GetAsync_ManyDifferentResponseHeaders_ParsedCorrectly
#112752 commented on
Apr 21, 2025 • 0 new comments -
System.Net.Http.WinHttpHandler.Functional.Tests crash on assert
#112700 commented on
Apr 21, 2025 • 0 new comments -
[android] Android.Device_Emulator.JIT.Test failing on emulators with CoreCLR
#112633 commented on
Apr 21, 2025 • 0 new comments -
Draft PR to add additional 8 eGPR
#114593 commented on
Apr 20, 2025 • 0 new comments -
Disable stacks on Debugger IPC events
#114585 commented on
Apr 15, 2025 • 0 new comments -
Haiku: Add native library network support
#114523 commented on
Apr 15, 2025 • 0 new comments -
Haiku: Add native library IO support
#114521 commented on
Apr 16, 2025 • 0 new comments -
Create a single copy of stub templates
#114462 commented on
Apr 16, 2025 • 0 new comments -
Make it possible to preinitialize `ComInterfaceEntry`
#114459 commented on
Apr 21, 2025 • 0 new comments -
Add pattern matching for SVE intrinsics that operate on mask operands
#114438 commented on
Apr 15, 2025 • 0 new comments -
HybridCache: add net10 HybridCache zero-alloc fetch API
#114427 commented on
Apr 16, 2025 • 0 new comments -
JIT: Speed up floating to integer casts on x86/x64
#114410 commented on
Apr 20, 2025 • 0 new comments -
[release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter intrinsics
#114218 commented on
Apr 16, 2025 • 0 new comments -
Learn what's failing about the OSSL tests on new mac queues
#114163 commented on
Apr 19, 2025 • 0 new comments -
[Android] Run CoreCLR library tests on Android
#114148 commented on
Apr 21, 2025 • 0 new comments -
Implement breakpoint disassembly support for Intel APX
#114120 commented on
Apr 18, 2025 • 0 new comments -
[TEST] No-op comment change
#114048 commented on
Apr 19, 2025 • 0 new comments -
Draft : Reduce TP regression in allocateRegistersMinimal()
#113988 commented on
Apr 17, 2025 • 0 new comments -
[RuntimeAsync] Move runtime async to the main repo
#113976 commented on
Apr 16, 2025 • 0 new comments -
[browser] Use OverrideHtmlAssetPlaceholders=true in browser template
#113654 commented on
Apr 21, 2025 • 0 new comments -
[Mobile] Upload build log artifacts for reporting build times in perflab
#113469 commented on
Apr 19, 2025 • 0 new comments -
Use await using in HttpContentJsonExtensions
#113359 commented on
Apr 15, 2025 • 0 new comments -
Consume libraries that we vendor fully by building separately and using a custom prefix path
#113176 commented on
Apr 17, 2025 • 0 new comments -
JIT: Add morphing to LE_UN/GT_UN(expr, uint.MaxValue) (dotnet#76525)
#113037 commented on
Apr 17, 2025 • 0 new comments -
Optimize `BigInteger.Multiply` by Toom-Cook multiplication
#112876 commented on
Apr 18, 2025 • 0 new comments -
JIT: Refactor around impDevirtualizeCall for GVM devirt
#112610 commented on
Apr 14, 2025 • 0 new comments -
String and byte[] converters using partial reads/writes
#112129 commented on
Apr 15, 2025 • 0 new comments -
Allow using ldsflda on initonly fields outside of cctor
#112081 commented on
Apr 14, 2025 • 0 new comments -
JIT: Optimize bit-wise and operation and compare with same constant value
#111933 commented on
Apr 14, 2025 • 0 new comments -
Revamp the generation of runtime division checks on ARM64
#111543 commented on
Apr 16, 2025 • 0 new comments -
TimeoutException in System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.SendAsync_Unexpected1xxResponses_DropAllInterimResponses
#112592 commented on
Apr 21, 2025 • 0 new comments -
Assert failure: `(g_fEEShutDown&ShutDown_Finalize1) && GetThread() == FinalizerThread::GetFinalizerThread()`
#106242 commented on
Apr 21, 2025 • 0 new comments -
[Mono/linux-arm64] int32_t CryptoNative_EvpPKeyBits(EVP_PKEY *): Assertion `pkey != NULL' failed.
#110952 commented on
Apr 21, 2025 • 0 new comments -
[release/8.0-staging][Android] Failing to install runtime tests on Android x64 emulators
#110858 commented on
Apr 21, 2025 • 0 new comments -
[release/8.0-staging][android] CI failures in `System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildChainForSelfSignedCertificate`
#110857 commented on
Apr 21, 2025 • 0 new comments -
WASM MT: memory access out of bounds in System.Private.Xml.Tests
#110805 commented on
Apr 21, 2025 • 0 new comments -
System.Diagnostics.Process.Tests failure on net10.0-linux-Debug-arm64-Mono_Minijit_Debug
#110643 commented on
Apr 21, 2025 • 0 new comments -
System.Diagnostics.Tests.PerformanceCounterCategoryTests.PerformanceCounterCategory_GetCounters Failed
#110454 commented on
Apr 21, 2025 • 0 new comments -
Test failure: baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester.cmd
#110173 commented on
Apr 21, 2025 • 0 new comments -
[OSX]: AMDeviceSecureInstallApplicationBundle returned: 0xe800801c
#110403 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[MT][Firefox] Wasm test failure: System.IO.FileNotFoundException : Could not load file or assembly `xunit.assert`
#109945 commented on
Apr 21, 2025 • 0 new comments -
[wasm] chrome-DebuggerTests crashing with DeadLetter
#109870 commented on
Apr 21, 2025 • 0 new comments -
chrome-DebuggerTests failing on mono while waiting for pause
#109795 commented on
Apr 21, 2025 • 0 new comments -
[browser][MT] JSHostImplementation.CallEntrypoint - The handle is invalid
#109636 commented on
Apr 21, 2025 • 0 new comments -
[8.0] Assert contains failure, not found "Stopping after AOT" in Wasm.Build.Tests.NativeBuildTests.MonoAOTCross_WorksWithNoTrimming
#109565 commented on
Apr 21, 2025 • 0 new comments -
`chrome-DebuggerTests.GetPropertiesTests` timing out
#109070 commented on
Apr 21, 2025 • 0 new comments -
[debugger] Inspector exceptions in debugger tests
#109025 commented on
Apr 21, 2025 • 0 new comments -
System.Net.Http.Functional.Tests.TelemetryTest failing with differing string
#109024 commented on
Apr 21, 2025 • 0 new comments -
[Wasm][Test Failure] ConsolePublishAndRun(config: "Release", aot: True, relinking: False)
#106162 commented on
Apr 21, 2025 • 0 new comments -
WASM tests failing with `Chrome failed to start`
#108859 commented on
Apr 21, 2025 • 0 new comments -
[Apple-mobile] `System.Tests.StringTests.[Starts,Ends]WithNoMatch_StringComparison` test failure
#108832 commented on
Apr 21, 2025 • 0 new comments -
Timeout on deleting builds for Wasm.Build.Tests.TestAppScenarios.SatelliteLoadingTests.LoadSatelliteAssembly
#108801 commented on
Apr 21, 2025 • 0 new comments -
[WASI] Sockets - unknown handle index
#108726 commented on
Apr 21, 2025 • 0 new comments -
Libraries test fails with "Method has zero rva" error
#108641 commented on
Apr 21, 2025 • 0 new comments -
[mono] MiniJIT System.Formats.Nrbf.Tests getting killed
#108515 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Wasm build terminated with exit code 137
#108299 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Assert: values differ in WebSocketServer_NoUserReadOrWrite_SendsPingAndReadsPongResponse
#108298 commented on
Apr 21, 2025 • 0 new comments -
[linux-x64] [mono-aot] Test `Runtime_101731.TestConvertToInt64NativeSingle(3.4028235E+38)` returns exit code 22
#112557 commented on
Apr 21, 2025 • 0 new comments -
[wasm] at System.Net.Http.BrowserHttpInterop.CancellationHelper
#112533 commented on
Apr 21, 2025 • 0 new comments -
[8.0][tvos][arm64][runtime-extra-platforms] RestoreEx.targets - Signature has bad token. (0x8013123F)
#112436 commented on
Apr 21, 2025 • 0 new comments -
[9.0][source-build] Could not find BROTLIDEC using the following names: brotlidec
#112423 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Native crash in System.Data.Odbc tests in linux x64 mono
#112422 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Index was outside the bounds of the array in arm test Sve_GatherVectorWithByteOffsetFirstFaulting_float_int
#112377 commented on
Apr 21, 2025 • 0 new comments -
[wasm-mt] MT-System.Net.WebSockets.Client.Tests' END OF WORK ITEM LOG: Command timed out, and was killed
#112385 commented on
Apr 21, 2025 • 0 new comments -
System.Data.OleDb.Tests crash with exit code -1073740771
#112360 commented on
Apr 21, 2025 • 0 new comments -
[release/8.0] BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGeneration> failing
#112311 commented on
Apr 21, 2025 • 0 new comments -
System.Net.Http.Functional.Tests.HttpClientTest.GetStringAsync_CanBeCanceled CI failure
#112304 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[8.0] System.Net.Http trimming tests fail with timeout
#112220 commented on
Apr 21, 2025 • 0 new comments -
OSX failure on StringTests.StartsWithNoMatch_StringComparison
#112195 commented on
Apr 21, 2025 • 0 new comments -
[linux_x64_minifullaot/llvmfullaot] class loader exception type assertion fails
#112093 commented on
Apr 21, 2025 • 0 new comments -
[Wasm] System.Runtime.InteropServices.JavaScript.Tests.WebWorkerTest.JSSynchronizationContext_Send_Post_To_Canceled failed
#112055 commented on
Apr 21, 2025 • 0 new comments -
[wasi] wasmtime oom
#112014 commented on
Apr 21, 2025 • 0 new comments -
Timeout on WasmTestOnChrome-MT-System.Security.Cryptography.Tests
#112002 commented on
Apr 21, 2025 • 0 new comments -
[outerloop][Long Running Test] System.Text.Json.Serialization.Tests.StreamTests_Sync.ReadTypeFromJsonWithLargeIgnoredProperties_OuterLoop
#111812 commented on
Apr 21, 2025 • 0 new comments -
[outerloop][Long Running Test] System.Tests.StringTests.TestStringSearchCacheSynchronization
#111811 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[8.0] JIT regression: DevDiv_255294.sh assert failed
#111752 commented on
Apr 21, 2025 • 0 new comments -
Timeout on HttpClientHandlerTest_Headers.GetAsync_MissingExpires_ReturnNull()
#111497 commented on
Apr 21, 2025 • 0 new comments -
JSImportTest.BadCast test failure
#111449 commented on
Apr 21, 2025 • 0 new comments -
[9.0] Process test expecting sleep but shows .NET long running process
#111431 commented on
Apr 21, 2025 • 0 new comments -
[9.0][wasm] MONO_WASM: unaligned memory access
#111369 commented on
Apr 21, 2025 • 0 new comments -
[8.0] System.Text.Json Stack overflow in JsonConverter
#111280 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
System.IO.Tests.File_GetSetTimes_SafeFileHandle.WritingShouldUpdateWriteTime_After_SetLastAccessTime failing
#97020 commented on
Apr 21, 2025 • 0 new comments -
[API Proposal]: Type Mapping API
#113362 commented on
Apr 16, 2025 • 0 new comments -
JIT: De-abstraction in .NET 10
#108913 commented on
Apr 16, 2025 • 0 new comments -
Stack Allocation Enhancements
#104936 commented on
Apr 16, 2025 • 0 new comments -
Class library doesn't imports NativeFileReference items
#114724 commented on
Apr 16, 2025 • 0 new comments -
Custom Numeric Format String Rounds Erroneously
#114104 commented on
Apr 15, 2025 • 0 new comments -
[Linux/ARM] SIGILL during stepping under managed debugger
#10884 commented on
Apr 15, 2025 • 0 new comments -
Avoid object layout mismatch between coreclr and mscordaccore by comparing them during the build.
#12770 commented on
Apr 15, 2025 • 0 new comments -
Managed Data Breakpoint counts can get out of sync due to mismatched addresses in ThreadContexts
#13001 commented on
Apr 15, 2025 • 0 new comments -
Performance regression looping over large arrays
#114047 commented on
Apr 15, 2025 • 0 new comments -
Add remaining APX NCI instructions to emitter
#114563 commented on
Apr 15, 2025 • 0 new comments -
Enable EGPR for `GenTree` nodes that lower to promoted VEX/EVEX encoding.
#114559 commented on
Apr 15, 2025 • 0 new comments -
Enable and optimize LSRA with APX push2/pop2
#114560 commented on
Apr 15, 2025 • 0 new comments -
Tune LSRA with APX EGPR
#114561 commented on
Apr 15, 2025 • 0 new comments -
Optimize and tune APX NDD form codegen
#114562 commented on
Apr 15, 2025 • 0 new comments -
Tune conditional compare optimizations for APX
#114564 commented on
Apr 15, 2025 • 0 new comments -
JIT: Debug: Throws 'System.NullReferenceException', Release: Runs successfully
#114571 commented on
Apr 15, 2025 • 0 new comments -
ARM64-SVE: Use non predicated instruction when mask is all true
#114431 commented on
Apr 15, 2025 • 0 new comments -
ARM64-SVE: Optimise away instruction when mask is all false
#114433 commented on
Apr 15, 2025 • 0 new comments -
Customizing `ApplicationName` during host building breaks User Secrets
#114505 commented on
Apr 15, 2025 • 0 new comments -
Missing test coverage of event pipe shutdown handlers [nativeaot]
#114461 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Access Regex group without allocations
#73223 commented on
Apr 15, 2025 • 0 new comments -
[cDAC] Support APIs for reading line numbers
#114336 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Public API for the Runtime Async
#114310 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Add minimal QUERY verb support to HttpClient
#114489 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Mark DynamicallyAccessedMemberTypes.All as EditorBrowsable(Never)
#114197 commented on
Apr 15, 2025 • 0 new comments -
TypeDescriptor caching blocks unloading of code which uses it from unloadable load context
#30656 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: AsyncConfigurationProvider
#79193 commented on
Apr 15, 2025 • 0 new comments -
[wasm coreclr] plan app build infrastructure
#113431 commented on
Apr 15, 2025 • 0 new comments -
Expose a new `JsonSerializerDefaults` providing stricter defaults for cloud applications.
#108526 commented on
Apr 15, 2025 • 0 new comments -
Escape Analysis: Elide an array allocation in BitConverter.GetBytes pattern
#113236 commented on
Apr 17, 2025 • 0 new comments -
[API Proposal]: MLKem
#114453 commented on
Apr 17, 2025 • 0 new comments -
Update '[GeneratedComInterface]' to emit ILC-friendly vtables for RVA folding
#114468 commented on
Apr 17, 2025 • 0 new comments -
[mono] Unify mobile build integration files and sample apps for non-Mono runtimes
#111923 commented on
Apr 17, 2025 • 0 new comments -
[Perf][Mono] Speed regression in Buffer.BlockCopy across all Mono AOT and WASM configurations on 3/24/2025 4:04:18 PM +00:00
#114696 commented on
Apr 17, 2025 • 0 new comments -
XDocument.LoadAsync doesn't respect Cancellation token
#114555 commented on
Apr 17, 2025 • 0 new comments -
API Proposal: resolve keyed service using the same key as current service
#99084 commented on
Apr 17, 2025 • 0 new comments -
[mobile] Overview of mobile related CI failures
#103472 commented on
Apr 17, 2025 • 0 new comments -
[API Proposal]: Extend System.Environment.SpecialFolder to include newer common folders
#70484 commented on
Apr 17, 2025 • 0 new comments -
Stack overflow in FileSystemWatcher when running as systemd service
#113855 commented on
Apr 17, 2025 • 0 new comments -
Exclude generic types with parameters that do not satisfy constraints
#114109 commented on
Apr 17, 2025 • 0 new comments -
openSUSE Tumbleweed - nothing provides 'libopenssl1_0_0'
#113346 commented on
Apr 17, 2025 • 0 new comments -
[API Proposal]: Consider adding IMemoryOwner<T>.Slice and IMemoryOwner<T>.AsReadOnly
#113644 commented on
Apr 17, 2025 • 0 new comments -
Allow specifying `JsonConverter` attribute annotations on properties of unsupported type.
#95893 commented on
Apr 17, 2025 • 0 new comments -
PersistedAssemblyBuilder generates invalid IL
#114097 commented on
Apr 16, 2025 • 0 new comments -
Host improvements in .NET 10
#111770 commented on
Apr 16, 2025 • 0 new comments -
Relative path in deps.json is ignored for assemblies from the app
#3525 commented on
Apr 16, 2025 • 0 new comments -
GCStress=3 has gotten very slow on osx-arm64
#114581 commented on
Apr 16, 2025 • 0 new comments -
Telemetry Baggage proposal
#112803 commented on
Apr 16, 2025 • 0 new comments -
.NET 10 Work Tracking
#109396 commented on
Apr 16, 2025 • 0 new comments -
Tracking issue for reflection invoke perf improvements
#112994 commented on
Apr 16, 2025 • 0 new comments -
Add ability to stream large strings in Utf8JsonWriter/Utf8JsonReader
#67337 commented on
Apr 16, 2025 • 0 new comments -
Crash in Methodical_r1 on CET
#112646 commented on
Apr 16, 2025 • 0 new comments -
[Perf] Windows/x64: 1 Regression on 3/6/2025 2:14:44 PM +00:00
#113655 commented on
Apr 16, 2025 • 0 new comments -
[Perf] Linux/arm64: 3 Regressions on 3/16/2025 10:54:17 PM +00:00
#113733 commented on
Apr 16, 2025 • 0 new comments -
Performance profiling for WebAssembly
#76316 commented on
Apr 16, 2025 • 0 new comments -
Ordered evaluation in FileSystemGlobbing Matcher
#109408 commented on
Apr 16, 2025 • 0 new comments -
ARM64 SVE: Extended addressing modes are not used
#108320 commented on
Apr 16, 2025 • 0 new comments -
Random SIGSEGVs after porting from Xamarin to net8-android
#109459 commented on
Apr 16, 2025 • 0 new comments -
[wasm coreclr] fix Illegal byte sequence errors
#113928 commented on
Apr 15, 2025 • 0 new comments -
[cdac] Deploy cdac with SOS in .NET 10
#108720 commented on
Apr 15, 2025 • 0 new comments -
[Perf] Windows/x64: 4 Regressions on 10/27/2024 3:01:56 PM
#109347 commented on
Apr 15, 2025 • 0 new comments -
DllImport: native libraries no longer loaded from `netcoredeps` subdirectory after upgrade to .NET 8
#114393 commented on
Apr 15, 2025 • 0 new comments -
[Perf] Regressions from increasing inline budget
#114383 commented on
Apr 15, 2025 • 0 new comments -
Inconsistent MemoryCache stats
#108333 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Enhance X509Store Import to Support Secure Private Key Storage (Linux & Cross-Platform)
#113641 commented on
Apr 14, 2025 • 0 new comments -
Runtime System.Private.CoreLib patches pdbs
#108912 commented on
Apr 14, 2025 • 0 new comments -
Debugger report `null` for uninited static struct field in classes without an `.cctor`
#39993 commented on
Apr 14, 2025 • 0 new comments -
JIT: Improve inlining functions with EH in .NET 10
#108900 commented on
Apr 14, 2025 • 0 new comments -
[API Proposal]: Add AVX10.2 MoveScalar APIs: VMOVD / VMOVW
#113090 commented on
Apr 14, 2025 • 0 new comments -
Cannot suppress obsolete or experimental errors that use a custom diagnostic ID
#114377 commented on
Apr 14, 2025 • 0 new comments -
Consider consolidating methods in the EventPipe OS PAL in to a shared file
#87069 commented on
Apr 14, 2025 • 0 new comments -
[NativeAOT] Nullable<Decimal> does not preserve operators
#69745 commented on
Apr 14, 2025 • 0 new comments -
Using Options Validation Source Generator results in increased app size
#106366 commented on
Apr 14, 2025 • 0 new comments -
Unbounded memory leak from DependencyInjectionEventSource
#114599 commented on
Apr 14, 2025 • 0 new comments -
Excel Automation AddIn fails under .NET6+
#114500 commented on
Apr 14, 2025 • 0 new comments -
JIT/interpreter/InterpreterTester/InterpreterTester.cmd failing under GC stress
#112827 commented on
Apr 14, 2025 • 0 new comments -
[API Proposal]: Add PipeReader and PipeWriter overloads to JsonSerializer.SerializeAsync/DeserializeAsync
#68586 commented on
Apr 14, 2025 • 0 new comments -
Assertion failed 'kind == Overwrite' during 'VN-based dead store removal'
#108850 commented on
Apr 14, 2025 • 0 new comments -
investigate TLS13 on MacOS
#1979 commented on
Apr 14, 2025 • 0 new comments -
[Proposal]: .NET DI council
#35999 commented on
Apr 14, 2025 • 0 new comments -
TryAddSingleton custom AuthorizationPolicyProvider
#36014 commented on
Apr 14, 2025 • 0 new comments -
Respect ServiceLifeTime during resolution
#36050 commented on
Apr 14, 2025 • 0 new comments -
DependencyInjection does not allow lazy/factory injection of an IDisposable which should not be disposed
#36049 commented on
Apr 14, 2025 • 0 new comments -
Smooth out support for running .NET from JS via WebAssembly
#77191 commented on
Apr 14, 2025 • 0 new comments -
System.Text.Json : Consider supporting F# discriminated unions
#55744 commented on
Apr 14, 2025 • 0 new comments -
[API Proposal]: A built-in collection for weak references
#99308 commented on
Apr 14, 2025 • 0 new comments -
Memory leak with `System.Diagnostics.Metrics.Meter` when not disposed
#114601 commented on
Apr 14, 2025 • 0 new comments -
Proposal: return random double within a specific range (inclusive)
#37905 commented on
Apr 14, 2025 • 0 new comments -
Disallow build warnings
#6144 commented on
Apr 15, 2025 • 0 new comments -
[Perf] Linux/x64: 2 Regressions on 8/23/2024 10:07:57 AM
#114699 commented on
Apr 15, 2025 • 0 new comments -
Empty LdapException.ServerErrorMessage on Linux
#83259 commented on
Apr 15, 2025 • 0 new comments -
[mono] .NET 10 Performance Overview
#106953 commented on
Apr 15, 2025 • 0 new comments -
[Perf] Linux/arm64: 6 Regressions on 3/24/2025 4:04:18 PM +00:00
#113974 commented on
Apr 15, 2025 • 0 new comments -
HttpClient may leak UnobservedTaskException in CheckUsabilityOnScavenge
#110951 commented on
Apr 15, 2025 • 0 new comments -
[Perf] Windows/x64: 1 Regression on 4/3/2025 2:37:57 PM +00:00
#114384 commented on
Apr 15, 2025 • 0 new comments -
The Android logging support has broken a diagnostics exception handling test
#114579 commented on
Apr 15, 2025 • 0 new comments -
Http Stress Status Report
#42211 commented on
Apr 15, 2025 • 0 new comments -
# Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr ************ in tid **** (SGen worker)
#105389 commented on
Apr 15, 2025 • 0 new comments -
SslStream only sends chain certs if they're in the Windows Cert Store
#26323 commented on
Apr 15, 2025 • 0 new comments -
Unobserved Task Exception after closing ClientWebSocket
#80116 commented on
Apr 15, 2025 • 0 new comments -
RuntimePropertyInfo performance regression when used in a hash table
#114280 commented on
Apr 15, 2025 • 0 new comments -
[cDAC] Implement APIs used by WinDBG/CDB to load a managed dump
#114460 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: scatter stores
#94023 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: mask
#94021 commented on
Apr 15, 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
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: gather loads
#94019 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: fp
#94018 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: counting
#94017 commented on
Apr 15, 2025 • 0 new comments -
[API Proposa]: Provide vector functions covering common "mask" checks
#98055 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: maths
#94022 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: bit manipulate
#94020 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE2: bitwise
#94015 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: Arm64: FEAT_SVE: bit manipulation
#94008 commented on
Apr 15, 2025 • 0 new comments -
State of WASM support in Net 9
#113858 commented on
Apr 15, 2025 • 0 new comments -
[API Proposal]: ReadOnlySpan<char>.StartsWithAny(SearchValues<string>) and ReadOnlySpan<char>.EndsWithAny(SearchValues<string>)
#110115 commented on
Apr 15, 2025 • 0 new comments -
[mono-runtime] runtime build on mainline is taking very long time on s390x
#114389 commented on
Apr 15, 2025 • 0 new comments -
ICorDebug API shouldn't start the process if it's not the correct bitness
#39909 commented on
Apr 15, 2025 • 0 new comments -
[6.0] HostActivation Tests windows x86 build failure
#81851 commented on
Apr 21, 2025 • 0 new comments -
System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildInvalidSignatureTwice failure
#82837 commented on
Apr 21, 2025 • 0 new comments -
[6.0, 7.0] Assert failed in coreclr linux arm: GCHeapUtilities::GetGCHeap()->IsInFrozenSegment(obj)
#84393 commented on
Apr 21, 2025 • 0 new comments -
[6.0] tvOS arm64 build graph failure: project file not loaded System.Composition.AttributedModel.csproj
#84334 commented on
Apr 21, 2025 • 0 new comments -
[6.0][Android][mono] XHarness exit code 78 PACKAGE_INSTALLATION_FAILURE
#84174 commented on
Apr 21, 2025 • 0 new comments -
[6.0] System.Random test failure: NextInt_AllValuesAreWithinSpecifiedRange
#83421 commented on
Apr 21, 2025 • 0 new comments -
[6.0] Android test failure: Failed to install mobile app
#83422 commented on
Apr 21, 2025 • 0 new comments -
Failed USB connection via port 54050, error 61, in tvOS arm64 Release AllSubsets_Mono
#82637 commented on
Apr 21, 2025 • 0 new comments -
[6.0] GC test failures: Handle collector count overflows or underflows
#81383 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
Intermittent build failure in AfterSourceBuild: "Could not write state file"
#76488 commented on
Apr 21, 2025 • 0 new comments -
Build on Windows Fails sometimes with fatal error C1090: PDB API call failed
#48070 commented on
Apr 21, 2025 • 0 new comments -
3 System.Diagnostics tests failing - System.FormatException : The input is not a valid Base-64
#76140 commented on
Apr 21, 2025 • 0 new comments -
System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection tests failing in CI
#75417 commented on
Apr 21, 2025 • 0 new comments -
System.Data.OleDb.Test - timeout and hangs
#74488 commented on
Apr 21, 2025 • 0 new comments -
Consider overload of Get<T> that accepts child section name
#36555 commented on
Apr 21, 2025 • 0 new comments -
Duplicates in different config sources are treated differently
#36557 commented on
Apr 21, 2025 • 0 new comments -
Logging Scope filtering
#36006 commented on
Apr 21, 2025 • 0 new comments -
Test failure: global::JitTest_castclass_ldloc_cs.TestClass.TestEntryPoint()
#112848 commented on
Apr 21, 2025 • 0 new comments -
Test failure: System.Diagnostics.Tests.DiagnosticSourceEventSourceBridgeTests.TestEnableAllActivitySourcesAllEvents
#112621 commented on
Apr 21, 2025 • 0 new comments -
Test failure: System.Diagnostics.Tests.ProcessTests.ProcessStart_OnLinux_UsesSpecifiedProgramUsingArgumentList
#109630 commented on
Apr 21, 2025 • 0 new comments -
Test failure: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.Sve_GatherVector_Bases_double_ulong()
#112264 commented on
Apr 21, 2025 • 0 new comments -
JIT: Likely incorrect side effect ordering with `Avx512F.VL.TernaryLogic`
#114324 commented on
Apr 20, 2025 • 0 new comments -
WSL and WSL2 test runs
#42011 commented on
Apr 20, 2025 • 0 new comments -
Debugger reports non-existent paths for extracted single-file assemblies
#43336 commented on
Apr 20, 2025 • 0 new comments -
[API Proposal]: "*App*" wildcard for [UnsafeAccessor] assembly name
#106216 commented on
Apr 20, 2025 • 0 new comments -
[API Proposal]: Add JSON null independent of .Net null
#68128 commented on
Apr 20, 2025 • 0 new comments -
JIT: Redundant bounds check is not eliminated
#109677 commented on
Apr 20, 2025 • 0 new comments -
Re-enable Azure Linux 3 testing
#114276 commented on
Apr 20, 2025 • 0 new comments -
[6.0] Test failure in System.Text.Json.Tests.Utf8JsonWriterTests.Writing3MBBase64Bytes(formatted: True, skipValidation: False)
#96879 commented on
Apr 21, 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
Apr 21, 2025 • 0 new comments -
[browser][MT] MutexTests - operation does not support unaligned accesses
#96191 commented on
Apr 21, 2025 • 0 new comments -
Test failure System.Diagnostics.Tests.PerformanceCounterCategoryTests.PerformanceCounterCategory_Create_Invalid
#94498 commented on
Apr 21, 2025 • 0 new comments -
[8.0] [wasm] [AOT] HTTP Error 500.30 - ASP.NET Core app failed to start
#95160 commented on
Apr 21, 2025 • 0 new comments -
The system cannot open the device or file specified 'NuGet-Migrations'
#91987 commented on
Apr 21, 2025 • 0 new comments -
System.Diagnostics.Tests.ProcessTests.TestCheckChildProcessUserAndGroupIds failing Subset assertion
#92944 commented on
Apr 21, 2025 • 0 new comments -
[wasm] WBT: Blazor tests on windows failing with `Failed to bind to address` for random ports
#92910 commented on
Apr 21, 2025 • 0 new comments -
[8.0] 'RanToCompletion' failure in System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post
#92804 commented on
Apr 21, 2025 • 0 new comments -
System.Management.Tests fail with System.Management.ManagementException
#92518 commented on
Apr 21, 2025 • 0 new comments -
[6.0, 7.0, 8.0] Connection reset assert failure in System.Net.Sockets.Tests.SendReceive_SyncForceNonBlocking.TcpReceiveSendGetsCanceledByDispose
#92423 commented on
Apr 21, 2025 • 0 new comments -
[8.0] coreclr test failure: readytorun_GenericCycleDetection._Depth3Test_Depth3Test_._Depth3Test_Depth3Test_sh()
#92420 commented on
Apr 21, 2025 • 0 new comments -
MSBuild crashing in the build
#92290 commented on
Apr 21, 2025 • 0 new comments -
AzDo uploading failure: "Blob is incomplete"
#92148 commented on
Apr 21, 2025 • 0 new comments -
Compiler crashes when failing to release Mutex
#53420 commented on
Apr 21, 2025 • 0 new comments -
ComInterfaceGenerator.Unit.Tests crashes on net9.0-linux-Debug-x64-Mono_release-Ubuntu.2204.Amd64.Open
#92070 commented on
Apr 21, 2025 • 0 new comments -
Address race in PerformanceCounterLib
#90803 commented on
Apr 21, 2025 • 0 new comments -
tracing/runtimeeventsource/nativeruntimeeventsource/nativeruntimeeventsource failing in CI
#90605 commented on
Apr 21, 2025 • 0 new comments -
STATUS_UNSUCCESSFUL in RsaCryptRoundtrip_OaepSHA1
#29683 commented on
Apr 21, 2025 • 0 new comments -
System.Runtime.Numerics.Tests.WorkItemExecution failure terminate the process because of out of memory
#90439 commented on
Apr 21, 2025 • 0 new comments -
Crash in Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests.WorkItemExecution
#90019 commented on
Apr 21, 2025 • 0 new comments -
[wasm] `DebuggerTests.MiscTests.DebuggerTests.MiscTests.TestDebugUsingMultiThreadedRuntime` failing
#89909 commented on
Apr 21, 2025 • 0 new comments -
[wasm][debugger] Debugger tests getting randomly aborted on CI
#89409 commented on
Apr 21, 2025 • 0 new comments -
[6.0] [mono] [linux] Conole test failure SetOut.SetOutReadToEnd
#89084 commented on
Apr 21, 2025 • 0 new comments -
OOM on System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawLargeJsonToStreamWithoutFlushing
#88272 commented on
Apr 21, 2025 • 0 new comments -
Test failure WindowsAlternateDataStreamOverwrite
#83659 commented on
Apr 21, 2025 • 0 new comments -
System.Data.OleDb.Tests timeout in net48 x86 Release leg
#87783 commented on
Apr 21, 2025 • 0 new comments -
System.ComponentModel.Win32Exception : An error occurred trying to start process 'notepad.exe' with working directory 'C:\h\w\9F8D0903\w\B7E309C0\e'. Access is denied
#90406 commented on
Apr 21, 2025 • 0 new comments -
[tests] System.IO.Pipes.Tests NamedPipeTest Failing on iOS/tvOS
#77469 commented on
Apr 21, 2025 • 0 new comments -
System.TypeLoadException occurred when there is static ReadOnlyMemory<> field
#95544 commented on
Apr 20, 2025 • 0 new comments -
.NET and Native AOT improvements for CsWinRT 3.0
#114179 commented on
Apr 18, 2025 • 0 new comments -
[Bug] UTF8 decoder fail to decode a byte array in a WASM app on combo Android ARM + Chrome + AOT
#106755 commented on
Apr 18, 2025 • 0 new comments -
Android app crashes with error split_config.arm64_v8a.apk!libmonosgen-2.0.so
#109921 commented on
Apr 18, 2025 • 0 new comments -
Assert failure '!CREATE_CHECK_STRING(bSmallObjectHeapPtr || bLargeObjectHeapPtr)'
#111922 commented on
Apr 18, 2025 • 0 new comments -
Expose Parent/Child Process Information via System.Diagnostics.Process
#24423 commented on
Apr 18, 2025 • 0 new comments -
API Proposal: make key parameter nullable on `[FromKeyedServices(object key)]`
#113585 commented on
Apr 18, 2025 • 0 new comments -
[Mono AOT] Improve build time on Apple mobile
#110833 commented on
Apr 18, 2025 • 0 new comments -
Updating to .Net Framework / .Net Core 8 from .Net Framework .Net Core 6 seems to come with performance penalties for IO completions
#114551 commented on
Apr 18, 2025 • 0 new comments -
[API Proposal]: Expose ThreadPool.NotifyThreadBlocked()
#111102 commented on
Apr 18, 2025 • 0 new comments -
[Android] App crashing with condition `xref_count == xref_index' not met
#106410 commented on
Apr 18, 2025 • 0 new comments -
Enumerating type safety guarantees in MemoryMarshal and friends
#41418 commented on
Apr 18, 2025 • 0 new comments -
GzipStream decompression memory (leak?) lingers in certain environments
#114502 commented on
Apr 18, 2025 • 0 new comments -
Proposal: Create OOB package for Rune, System.Text.Unicode.Utf8, and related APIs
#52947 commented on
Apr 18, 2025 • 0 new comments -
[.NET 9] `RuntimeInformation.RuntimeIdentifier` includes unexpected OS details on Linux repo installs
#114156 commented on
Apr 18, 2025 • 0 new comments -
Implementation of AppContext.BaseDirectory and DllImportSearchPath.AssemblyDirectory handling on NativeAOT in the SharedLibrary scenario is unintuitive
#112290 commented on
Apr 18, 2025 • 0 new comments -
Test failure: profiler/transitions/transitions/transitions.cmd
#114608 commented on
Apr 18, 2025 • 0 new comments -
Add TrySingle<TSource>(IEnumerable<TSource>, out TSource)
#16362 commented on
Apr 18, 2025 • 0 new comments -
EventSourceLogger does not propagate state data during ActivityStart
#33486 commented on
Apr 18, 2025 • 0 new comments -
在一个EXE应用程序中调用多个由.NET9 AOT发布的动态库so文件会引发异常
#114193 commented on
Apr 17, 2025 • 0 new comments -
[net9] System.Private.CoreLib occurs InvalidOperationException and InvalidCastException
#114262 commented on
Apr 17, 2025 • 0 new comments -
[Perf] Windows/x64: 1 Regression on 3/3/2025 9:01:29 PM +00:00
#113380 commented on
Apr 17, 2025 • 0 new comments -
dotnet-dump makes process to double its used memory and fails
#71472 commented on
Apr 17, 2025 • 0 new comments -
[browser] hot reload tests deadlock on linux
#114526 commented on
Apr 17, 2025 • 0 new comments -
DOTNET_Thread_UseAllCpuGroups does not have a runtimeconfig equivalent property
#81713 commented on
Apr 17, 2025 • 0 new comments -
Asynchronous ZipArchive stream methods still call synchronous methods of the underlying stream
#107171 commented on
Apr 17, 2025 • 0 new comments -
Creating a ZIP is incompatible with ASP.NET asynchronous I/O
#102450 commented on
Apr 17, 2025 • 0 new comments -
ECDsa.Create(ECParameters) behavior is not consistent across platforms with a public/private key mismatch
#27830 commented on
Apr 17, 2025 • 0 new comments -
Clean up stale debugger-related surface area in ThreadPool and Task{Scheduler}
#62653 commented on
Apr 17, 2025 • 0 new comments -
Using [LibraryImport] with a generic delegate parameter (e.g. Func<int, int>) causes an exception
#113590 commented on
Apr 17, 2025 • 0 new comments -
Add password to ZipArchive
#1545 commented on
Apr 20, 2025 • 0 new comments -
[API Proposal]: Add Decimal32, Decimal64, and Decimal128 from the IEEE 754-2019 standard.
#81376 commented on
Apr 20, 2025 • 0 new comments -
Console.ReadKey throws in unexpected circumstances
#59059 commented on
Apr 20, 2025 • 0 new comments -
JIT: Debug/Release generate different results
#114572 commented on
Apr 20, 2025 • 0 new comments -
[API Proposal]: `UnsafeAccessorTypeAttribute` for static or private type access
#90081 commented on
Apr 20, 2025 • 0 new comments -
.NET TimeZoneInfo fails to recognize historical invalid times after 2025 tzdb update for America/Asuncion
#114476 commented on
Apr 19, 2025 • 0 new comments -
Unable to build source with `DEBUGGING_SUPPORTED` undefined
#37591 commented on
Apr 19, 2025 • 0 new comments -
CoreCLR Interpreter
#112158 commented on
Apr 19, 2025 • 0 new comments -
[API Proposal]: Add APIs to WebSocket which allow it to be read as a Stream
#111217 commented on
Apr 19, 2025 • 0 new comments -
Static properties initialization does not work as expected when inheriting
#43022 commented on
Apr 19, 2025 • 0 new comments -
FusionHybridCache and L1 memory usage
#114366 commented on
Apr 19, 2025 • 0 new comments -
GeneratedComClass on a generic class causes generator to crash
#94356 commented on
Apr 18, 2025 • 0 new comments -
SmtpClient docs recommend a third-party library that is not FIPS-compliant
#114712 commented on
Apr 18, 2025 • 0 new comments -
RyuJIT: representation of spill/unspill in JIT IR
#92207 commented on
Apr 18, 2025 • 0 new comments -
Significant performance difference between x += y and x = x + y on properties, differing between hardware and runtime version (7 / 8)
#108227 commented on
Apr 18, 2025 • 0 new comments -
JIT: Productize JitOptRepeat
#108902 commented on
Apr 18, 2025 • 0 new comments -
Add CI support for testing APX
#110672 commented on
Apr 18, 2025 • 0 new comments -
JIT: examples where loop cloning is not useful
#8558 commented on
Apr 18, 2025 • 0 new comments -
Span-perf for copy via loop much slower than array-version
#9977 commented on
Apr 18, 2025 • 0 new comments -
Consider hoisting of class init checks for loop cloning and inversion
#49102 commented on
Apr 18, 2025 • 0 new comments -
Loop cloning sets incorrect block weights for new blocks
#49727 commented on
Apr 18, 2025 • 0 new comments -
Loop inversion should consider top-tested loops
#50204 commented on
Apr 18, 2025 • 0 new comments -
Loop cloning can't eliminate bounds check when assigning to multi-dim jagged array
#54074 commented on
Apr 18, 2025 • 0 new comments -
Improve hoisting, CSE, LSRA for MD array accesses
#71676 commented on
Apr 18, 2025 • 0 new comments -
[Android, 9.0.60] Enabling LLVM on Android crashes the app at start
#114794 commented on
Apr 18, 2025 • 0 new comments -
Intel architecture improvements for .NET 10
#108869 commented on
Apr 18, 2025 • 0 new comments -
More folding to vpternlogd?
#107619 commented on
Apr 18, 2025 • 0 new comments -
error NU1004: The package reference Microsoft.NET.ILLink.Tasks version has changed from [8.0.14, ) to [8.0.15, ).
#114536 commented on
Apr 18, 2025 • 0 new comments -
Post Quantum Cryptography (PQC) for .NET 10
#113498 commented on
Apr 18, 2025 • 0 new comments