-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: main
head repository: dotnet/runtime
compare: release/10.0-preview7
- 6 commits
- 49 files changed
- 10 contributors
Commits on Jul 22, 2025
-
Fix ILLink ref assembly build breaks (#117916)
This is blocking dotnet/dotnet#1546. Looks like this got lost in all the WASM timeout noise in #117624. We can either suppress or add to ref assembly, but ref assembly only has things ILLink custom steps depend on. So suppression it is. I just regenerated it with `/p:ApiCompatGenerateSuppressionFile=true` so it shuffled two unrelated lines. Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 437a54c - Browse repository at this point
Copy the full SHA 437a54cView commit details -
[release/10.0-preview7] [Json] JsonSerializer+PipeReader support (#11…
…7906) * [Json] Initial PipeReader deserialization * fix box * asyncenumerable * testing wip * fixes and testing * cleanup * refactor * small struct * fix compile * cleanup * fix * fix * fb --------- Co-authored-by: Brennan <brecon@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for dc78ef3 - Browse repository at this point
Copy the full SHA dc78ef3View commit details -
[release/10.0-preview7] New JsonValue derived class for JSON primitiv…
…es (#117917) * New JsonValue subclass for JSON primitives * Add tests for trailing trivia * Revert "Add tests for trailing trivia" This reverts commit 30ca4ab. * WIP * Remove conversion restrictions from JsonValue * TryGetValue/GetValue consistency * Improve coverage of new code * Revert to hardcoded conversion targets * Store unescaped * Store unescaped string * fix bound check * PR feedback --------- Co-authored-by: Pranav Senthilnathan <pranav.senthilnathan@live.com> Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a039429 - Browse repository at this point
Copy the full SHA a039429View commit details
Commits on Jul 23, 2025
-
Update DBG_MAX_EXECUTABLE_ALLOC_SIZE and EXPECTED_CHUNKSIZE (#117843) (…
…#117912) * Update DBG_MAX_EXECUTABLE_ALLOC_SIZE and EXPECTED_CHUNKSIZE to account recent SharedPatchBypassBuffer changes * Comment-only update * Improve EXPECTED_CHUNKSIZE comment --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for af84ec9 - Browse repository at this point
Copy the full SHA af84ec9View commit details -
Serialize unhandled exception for crash dump analysis when ExceptionH…
…andler.RaiseUnhandledExceptionEvent is called (#117832) (#117913) * Serialize unhandled exception for crash dump analysis when ExceptionHandler.RaiseUnhandledExceptionEvent is called * Use cheaper locking mechanism for SerializeCrashInfo * Remove superfluous assignment * Apply suggestions from code review * Block secondary calls to SerializeCrashInfo until the data has been serialized (prevents early process exit) * Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeExceptionHelpers.cs * Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeExceptionHelpers.cs --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com> Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 3836b79 - Browse repository at this point
Copy the full SHA 3836b79View commit details
Commits on Jul 25, 2025
-
Revert "Show specific error message for
dotnet <app_path>
where app…Configuration menu - View commit details
-
Copy full SHA for 521e2f3 - Browse repository at this point
Copy the full SHA 521e2f3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release/10.0-preview7