-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Issues: dotnet/runtime
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Yield Performance Improvement suggestion
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
tenet-performance
Performance related issue
#112183
opened Feb 5, 2025 by
tjwald
Support [CallerMemberName] and similar parameters in a [LoggerMessage]
area-Extensions-Logging
untriaged
New issue has not been triaged by the area owner
#112180
opened Feb 5, 2025 by
RowlandBanks
HttpClient abort issues in WASM when streaming
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
os-browser
Browser variant of arch-wasm
[.NET 9] Potential (~9% chance) AccessViolationException in ReadyToRun executable targeting RID osx-arm64 when running a child process for the first time, and both standard output and standard error are redirected
area-ReadyToRun-coreclr
tenet-reliability
Reliability/stability related issue (stress, load problems, etc.)
untriaged
New issue has not been triaged by the area owner
#112167
opened Feb 5, 2025 by
hach-que
[API Proposal]: ConcatWhenEach for IAsyncEnumerable<T>
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.Linq
untriaged
New issue has not been triaged by the area owner
#112165
opened Feb 5, 2025 by
WhatzGames
JIT: Illegal instruction at JitTest_chain_boxunbox_il.Test.Main() under DOTNET_JitStressRegs=0x2000
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
untriaged
New issue has not been triaged by the area owner
#112163
opened Feb 4, 2025 by
saucecontrol
LdapSessionOptions.ReferralChasing property setter doesn't work on all Linux platforms
area-System.DirectoryServices
help wanted
[up-for-grabs] Good issue for external contributors
test-bug
Problem in test source code (most likely)
App-level security policy for certificate revocation check
area-System.Net.Security
untriaged
New issue has not been triaged by the area owner
#112145
opened Feb 4, 2025 by
zivcaspi
x64 macOS debugging under emulation broken by .NET 9
area-Diagnostics-coreclr
untriaged
New issue has not been triaged by the area owner
#112137
opened Feb 4, 2025 by
gregg-miskelly
Creating Property of Generic Type fails when creating an Assembly using Reflection.Emit and MetadataLoadContext.
area-System.Reflection
untriaged
New issue has not been triaged by the area owner
#112155
opened Feb 4, 2025 by
AugustoRuiz
Make HostModel use live System.Reflection.Metadata
area-HostModel
Microsoft.NET.HostModel issues
untriaged
New issue has not been triaged by the area owner
#112134
opened Feb 4, 2025 by
ViktorHofer
Resolution of nested type names is inconsistent between MonoVM and CoreCLR
area-VM-reflection-mono
Reflection issues specific to MonoVM
untriaged
New issue has not been triaged by the area owner
#112132
opened Feb 4, 2025 by
filipnavara
[API Proposal]: Early API idea and discussion, it is NOT ready for implementation
area-System.Diagnostics
untriaged
New issue has not been triaged by the area owner
[StackTraceHidden(StackTraceVisibility.HideAllChildren)]
api-suggestion
#112130
opened Feb 4, 2025 by
TonyValenti
The Issues associated with delivering a linker friendly framework
untriaged
New issue has not been triaged by the area owner
T
in Lazy<T>
is marked DynamicallyAccessedMemberTypes.PublicParameterlessConstructor
area-System.Runtime
linkable-framework
#112128
opened Feb 4, 2025 by
eiriktsarpalis
Bad LOH allocations when deregistering from IOptionsMonitor
area-Extensions-Options
tenet-performance
Performance related issue
SortedList performance
area-System.Collections
tenet-performance
Performance related issue
untriaged
New issue has not been triaged by the area owner
#112123
opened Feb 4, 2025 by
caz162
SourceGenerator using DynamicMethod fails when using An area label is needed to ensure this gets routed to the appropriate area owners
untriaged
New issue has not been triaged by the area owner
dotnet build
but succeeds in Visual Studio
needs-area-label
#112157
opened Feb 4, 2025 by
mwadams
[Perf] Windows/x64: BenchStone Regressions on 1/29/2025 7:05:56 PM +00:00
arch-x64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
os-windows
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
[Perf] Windows/x64: Half and FrozenDictionary Regressions on 1/28/2025 11:31:49 PM +00:00
arch-x64
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
os-windows
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
untriaged
New issue has not been triaged by the area owner
#112135
opened Feb 4, 2025 by
performanceautofiler
bot
[Perf] Linux/x64: System.Text.Json.Serialization.Tests.ReadJson Regression on 1/30/2025 12:05:17 AM +00:00
arch-x64
area-System.Text.Json
os-linux
Linux OS (any supported distro)
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
untriaged
New issue has not been triaged by the area owner
#112138
opened Feb 4, 2025 by
performanceautofiler
bot
[Perf] Windows/x64: 2 FrozenDictionary Regressions on 1/29/2025 3:52:02 AM +00:00
arch-x64
area-System.Collections
os-windows
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
untriaged
New issue has not been triaged by the area owner
#112159
opened Feb 4, 2025 by
performanceautofiler
bot
[Perf] Linux/x64: 25 Regressions on 2/1/2025 7:06:23 PM +00:00
arch-x64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
os-linux
Linux OS (any supported distro)
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
Document dangers and support policy for private reflection
area-System.Reflection
documentation
Documentation bug or enhancement, does not impact product or test code
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.