| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NET 10.0.0 source code.tar.gz | 2025-10-22 | 95.0 MB | |
| NET 10.0.0 source code.zip | 2025-10-22 | 132.2 MB | |
| README.md | 2025-10-22 | 7.8 kB | |
| Totals: 3 Items | 227.2 MB | 0 | |
What's Changed
- [release/10.0] Fix DefaultIfEmptyIterator.TryGetElementAt returning default value for out-of-bounds indices by @github-actions[bot] in https://github.com/dotnet/runtime/pull/119845
- [release/10.0] Add DateOnly and TimeOnly serializer primitives with restrictions by @github-actions[bot] in https://github.com/dotnet/runtime/pull/119915
- [release/10.0] Ignore re-typed lcl in optAssertionPropLocal_RelOp by @github-actions[bot] in https://github.com/dotnet/runtime/pull/119813
- [release/10.0] [NativeAOT] Fix resetting apartment state by @github-actions[bot] in https://github.com/dotnet/runtime/pull/119993
- [release/10.0] Fix race condition when createdump tries to read /proc/pid/mem before prctl(PR_SET_PTRACER, childpid) is set by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120071
- [release/10.0]
UnsafeAccessor- ambiguous name and signature match by @github-actions[bot] in https://github.com/dotnet/runtime/pull/119974 - [release/10.0] Revert unhandled exception logic to prevent multiple calls. by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120103
- [release/10.0] Add test for issue [#114813] by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120088
- [release/10.0] Add test coverage for issue [#99193] by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120089
- [release/10.0] Fix RoundTrip_Export_Import_SPKI and fix typos for SPKI by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120102
- [release/10.0] Update Composite ML-DSA to draft 8 by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120117
- [release/10.0] [PERF] Remove hybrid globalization from iOS perf scenarios by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120123
- [release/10.0] Test for unloadable ALC frees file lock by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120122
- [release/10.0] Don't set security descriptor if the mutex is not owned/new by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120115
- [release/10.0] Fix ResourceUpdater.Dispose() by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120136
- [release/10.0] Properly enumerate uninstrumented bounds when stackwalking in minidump w/o heap by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120073
- [release/10.0] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120082
- [release/10.0] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120186
- [release/10.0] Load Standalone GC correctly in component scenarios. by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120235
- [release/10.0] Remove an STJ deep nested object test causing occasional failures by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120264
- [release/10.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120299
- [release/10.0] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120286
- [release/10.0] include memory required to do MethodDefLookup in minidumps by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120148
- [release/10.0] Detect if RSA-384 is supported on the platform by @vcsjones in https://github.com/dotnet/runtime/pull/120381
- [release/10.0] [mono][hotreload] Make the runtime ignore an update if it is an empty one. by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120334
- [release/10.0] Bump OSX.12 helix queues to OSX.13 by @github-actions[bot] in https://github.com/dotnet/runtime/pull/119989
- [release/10.0] Revert "Use a ReaderWriterLockSlim in RcwCache" by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120372
- [release/10.0] Fix CopyOSContext on amd64 by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120329
- [release/10.0] Move coreclr EH second pass to native code by @janvorli in https://github.com/dotnet/runtime/pull/120263
- [release/10.0] Add proper locking in TranslateSigHelper by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120158
- [release/10.0] JIT: Fix heap allocations by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120323
- [release/10.0] Localize WiX files by @PranavSenthilnathan in https://github.com/dotnet/runtime/pull/120385
- [release/10.0] Limit the use of a pointer to the lexical scope of the target by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120387
- [release/10.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120426
- [release/10.0] Update dependencies from dotnet/icu by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120350
- [release/10.0] [mono][aot] Increase the max symbol size by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120295
- [release/10.0-rc2] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120126
- [release/10.0] Revert conditionally setting SYSTEM PATH in host install (#118092) by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120567
- [release/10.0] [browser] Expect fingerprint on assemblies promoted from build by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120548
- [release/10.0] JIT: Skip bitcast transformation for promoted locals by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120464
- [release/10.0] Fix race on DomainAssembly/Assembly/Module creation that results in incorrectly triggered ICorProfiler callbacks by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120515
- [release/10.0] Avoid referencing types of JsonIgnore'd properties. by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120569
- [release/10.0] Fix issue with array interface devirtualization by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120371
- [release/10.0] Add MetadataUpdateDeletedAttribute and Reflection Filtering by @jeffhandley in https://github.com/dotnet/runtime/pull/120572
- [release/10.0] Fix ARM64 ThreadAbort issue by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120579
- [release/10.0] Set PRERELEASE to 0 by @jkotas in https://github.com/dotnet/runtime/pull/120693
- [release/10.0] Fix localization of links in runtime bundle by @PranavSenthilnathan in https://github.com/dotnet/runtime/pull/120721
- Merge release/10.0-rc2 into release/10.0 by @akoeplinger in https://github.com/dotnet/runtime/pull/120743
- [release/10.0] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120655
- [release/10.0] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/120521
- [release/10.0] [browser] Expect fingerprint on dotnet.js for preloading by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120746
- [release/10.0] Fix Tensor.Reshape with wildcard by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120806
- [release/10.0] Fix balancing groups incorrectly removed from negative lookarounds by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120888
- [release/10.0] Mark labels in x64 write barrier code as local/alt_entry by @github-actions[bot] in https://github.com/dotnet/runtime/pull/120923
Full Changelog: https://github.com/dotnet/runtime/compare/v10.0.0-rc.2.25502.107...v10.0.0