-
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
Move arithmetic DivideByZero and Overflow exceptions to JIT on 32-bit platforms
arch-arm32
arch-x86
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
Unnecessary Slow Aligned Memory Reallocation (Multiple of System Page Size)
area-System.Runtime.InteropServices
tenet-performance
Performance related issue
untriaged
New issue has not been triaged by the area owner
#110225
opened Nov 27, 2024 by
PavelCibulka
Performance regression with System.Numerics.Vector when retargeting from .NET 8 to .NET 9
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
tenet-performance
Performance related issue
untriaged
New issue has not been triaged by the area owner
#110223
opened Nov 27, 2024 by
pkulikov
Equivalent crypto support across platforms
area-System.Security
untriaged
New issue has not been triaged by the area owner
#110220
opened Nov 27, 2024 by
ehrw1n
Loading PFX without admin causes CryptographicException
area-System.Security
untriaged
New issue has not been triaged by the area owner
#110217
opened Nov 27, 2024 by
timmac-qmc
[API Proposal]: System.Diagnostics.CodeAnalysis equivalent of JetBrains.Annotations.MeansImplicitUseAttribute/UsedImplicitlyAttribute
api-suggestion
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
#110215
opened Nov 27, 2024 by
weifenluo
Microsoft.Extensions.Http is not being copied
area-Infrastructure-libraries
untriaged
New issue has not been triaged by the area owner
#110213
opened Nov 27, 2024 by
santo998
Could the division codegen be improved on ARM64?
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
Test failure: JIT/Stress/ABI/tailcalls_do/tailcalls_do.cmd
arch-arm64
area-crossgen2-coreclr
blocking-outerloop
Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs
os-linux
Linux OS (any supported distro)
untriaged
New issue has not been triaged by the area owner
#110210
opened Nov 27, 2024 by
v-wenyuxu
Migrate off of EOL container images
area-Infrastructure
untriaged
New issue has not been triaged by the area owner
#110204
opened Nov 26, 2024 by
mthalman
Authentication validation failed with error - InvalidToken exception on .net
area-System.Net.Http
untriaged
New issue has not been triaged by the area owner
#110184
opened Nov 26, 2024 by
danghyan
Test failure: Microsoft.Extensions.Logging.Generators.Tests.LoggerMessageGeneratorParserTests.MultipleTypeDefinitions
arch-x86
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
blocking-clean-ci-optional
Blocking optional rolling runs
JitStress
CLR JIT issues involving JIT internal stress modes
os-windows
Test failure: Microsoft.Gen.OptionsValidation.Test.EmitterTests.TestEmitter
arch-x86
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
blocking-clean-ci-optional
Blocking optional rolling runs
JitStress
CLR JIT issues involving JIT internal stress modes
os-windows
[Perf] Windows/x64: System.Collections.TryGetValueTrue<BigStruct, BigStruct> Regression on 11/21/2024 6:45:46 PM
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
#110191
opened Nov 26, 2024 by
performanceautofiler
bot
[Perf] Windows/x64: System.Collections.ContainsTrue<Int32> Regression on 11/22/2024 9:27:23 AM
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
#110192
opened Nov 26, 2024 by
performanceautofiler
bot
[Perf] Linux/x64: 5 Regressions on 11/25/2024 10:09:05 AM
arch-x64
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
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
#110190
opened Nov 26, 2024 by
performanceautofiler
bot
[Perf] Linux/x64: 1 Regression on 11/25/2024 12:12:36 AM
arch-x64
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
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
#110188
opened Nov 26, 2024 by
performanceautofiler
bot
Test Failure: JIT/jit64/opt/cg/cgstress/CgStress1_ro/CgStress1_ro.cmd
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
#110176
opened Nov 26, 2024 by
WangyangZhou90
Test failure: baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester.cmd
arch-x64
area-ExceptionHandling-coreclr
blocking-outerloop
Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs
os-linux
Linux OS (any supported distro)
untriaged
New issue has not been triaged by the area owner
#110173
opened Nov 26, 2024 by
v-wenyuxu
[API Proposal]: allow collection expressions for 'ReadOnlyCollection<T>'
api-ready-for-review
API is ready for review, it is NOT ready for implementation
area-System.Collections
Change/Remove ClientWebSocket ping packet body
area-System.Net
needs-author-action
An issue or pull request that requires more info or actions from the author.
untriaged
New issue has not been triaged by the area owner
#110158
opened Nov 25, 2024 by
zxcvqwerasdf
[mono] The type initializer for Use this to report build issues in the .NET Helix tab
os-windows
System.Drawing.DrawingCom
threw an exception: Operation is not supported on this platform
area-VM-meta-mono
Known Build Error
Previous Next
ProTip!
Updated in the last three days: updated:>2024-11-24.