Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/10.0-preview7
Choose a head ref
  • 6 commits
  • 49 files changed
  • 10 contributors

Commits on Jul 22, 2025

  1. 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>
    github-actions[bot] and MichalStrehovsky authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    437a54c View commit details
    Browse the repository at this point in the history
  2. [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>
    github-actions[bot] and BrennanConroy authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    dc78ef3 View commit details
    Browse the repository at this point in the history
  3. [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>
    3 people authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    a039429 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. 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>
    3 people authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    af84ec9 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    3836b79 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Revert "Show specific error message for dotnet <app_path> where app…

    …_path is…" (#118065)
    
    This reverts commit 9d6caae.
    
    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    github-actions[bot] and elinor-fung authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    521e2f3 View commit details
    Browse the repository at this point in the history
Loading