-
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
ILDasm regression in relation to double (float64) and float (float32) values
area-ILTools-coreclr
regression-from-last-release
untriaged
New issue has not been triaged by the area owner
#111014
opened Dec 31, 2024 by
pcf0
Microsoft.Extensions.Hosting
: Application stop throws exception if host is still starting
area-Extensions-Hosting
untriaged
#111013
opened Dec 31, 2024 by
kmcclellan
[Mono]Assertion at /runtime/src/mono/mono/mini/mini-runtime.c:417, condition `ptr' not met
area-VM-meta-mono
untriaged
New issue has not been triaged by the area owner
#111012
opened Dec 31, 2024 by
CeSun
Test failure: profiler/handles/handles/handles.cmd
arch-arm64
area-crossgen2-coreclr
blocking-clean-ci-optional
Blocking optional rolling runs
os-linux
Linux OS (any supported distro)
untriaged
New issue has not been triaged by the area owner
#111008
opened Dec 31, 2024 by
v-wenyuxu
Test failure: Loader/classloader/explicitlayout/NestedStructs/case01/case01.cmd
arch-arm64
area-crossgen2-coreclr
blocking-clean-ci-optional
Blocking optional rolling runs
os-mac-os-x
macOS aka OSX
untriaged
New issue has not been triaged by the area owner
#111007
opened Dec 31, 2024 by
v-wenyuxu
ILGenerator
does not properly handle function pointers
area-System.Reflection.Emit
untriaged
#111003
opened Dec 30, 2024 by
jgh07
Adding multiple HttpClients with same Interface results in conflicting configurations
area-Extensions-HttpClientFactory
in-pr
There is an active PR which will close this issue when it is merged
untriaged
New issue has not been triaged by the area owner
#110996
opened Dec 30, 2024 by
stormaref
.net8 String.IndexOf crash
area-VM-coreclr
needs-author-action
An issue or pull request that requires more info or actions from the author.
tenet-reliability
Reliability/stability related issue (stress, load problems, etc.)
untriaged
New issue has not been triaged by the area owner
#110994
opened Dec 30, 2024 by
dotecxy
Assert failure in SetLoaderAllocator() when calling a DynamicMethod with collectible AssemblyLoadContext
area-AssemblyLoader-coreclr
untriaged
New issue has not been triaged by the area owner
#110987
opened Dec 29, 2024 by
steveharter
JIT doesn't elide bounds checking when iterating over a span and an array of known length
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
[API Proposal]: Add some Memory API to do tricky mappings
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.Runtime
untriaged
New issue has not been triaged by the area owner
#110984
opened Dec 29, 2024 by
Stoorx
Does Native AOT support exporting apis by serial number?
area-NativeAOT-coreclr
question
Answer questions and provide assistance, not an issue with source code or documentation.
untriaged
New issue has not been triaged by the area owner
#110979
opened Dec 28, 2024 by
Gaoyifei1011
Calling certain native functions from custom hosted dotnet causes error
area-Interop-coreclr
untriaged
New issue has not been triaged by the area owner
#110975
opened Dec 28, 2024 by
Linx145
[API Proposal]: Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher should expose modified files (Alternative where standalone FilesystemWatcher won't work)
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.IO
untriaged
New issue has not been triaged by the area owner
#110969
opened Dec 27, 2024 by
tradem
[JIT] Codegen issue for CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
InlineArray
in record
area-CodeGen-coreclr
InlineArray reports wrong size when struct size is specified
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
#110962
opened Dec 27, 2024 by
hez2010
Remove redundant partial modifier
needs-area-label
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
#110961
opened Dec 27, 2024 by
xtqqczze
Assertion failed '(*use)->WasMorphed()' during 'Morph - Global'
arch-x64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
os-windows
untriaged
New issue has not been triaged by the area owner
#110960
opened Dec 26, 2024 by
kunalspathak
arm64: Assertion failed 'loop->ContainsBlock(pred)' during 'Do value numbering'
arch-arm64
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
#110959
opened Dec 26, 2024 by
kunalspathak
Assertion failed 'HBtab->ebdTryBeg->HasFlag(BBF_DONT_REMOVE)' during 'Remove empty try-catch-fault 2/3
arch-x64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
os-windows
untriaged
New issue has not been triaged by the area owner
#110958
opened Dec 26, 2024 by
kunalspathak
Assertion failed 'Contains(ancestor) && Contains(descendant)' during 'SSA: liveness'
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
os-mac-os-x
macOS aka OSX
untriaged
New issue has not been triaged by the area owner
#110957
opened Dec 26, 2024 by
kunalspathak
JIT: Assertion failed 'HBtab->ebdTryBeg->HasFlag(BBF_DONT_REMOVE)' in during 'Remove empty try/catch/fault'
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
blocking-outerloop
Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs
[Mono/linux-arm64] int32_t CryptoNative_EvpPKeyBits(EVP_PKEY *): Assertion `pkey != NULL' failed.
area-VM-meta-mono
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
#110952
opened Dec 26, 2024 by
jkotas
HttpClient may leak UnobservedTaskException in CheckUsabilityOnScavenge
area-System.Net.Http
bug
in-pr
There is an active PR which will close this issue when it is merged
Previous Next
ProTip!
no:milestone will show everything without a milestone.