Skip to content
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

[automated] Merge branch 'release/8.0-rc1' => 'release/8.0' #92374

Commits on Sep 20, 2023

  1. [release/8.0-rc1] [release/8.0] Events for IL methods without IL head…

    …ers (dotnet#92317)
    
    * Events for IL methods without IL headers
    
    Dynamically generated methods like UnsafeAccessor
    functions are marked as IL, but don't contain an IL
    header. The lack of header is an indication the IL must
    be generated at runtime.
    
    * Debugger check for no IL header
    
    * Update src/coreclr/debug/daccess/stack.cpp
    
    Co-authored-by: Tlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
    
    * Review feedback
    
    * Remove redundent calls and another spot to check.
    
    * Move header include
    
    ---------
    
    Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
    Co-authored-by: Tlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
    3 people authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    eafb0d6 View commit details
    Browse the repository at this point in the history
  2. [release/8.0-rc1] [release/8.0] Fix wasi build. (dotnet#92368)

    * Fix wasi build.
    
    * dummy change in wasi README to trigger a build
    
    * dummy change in wasi to trigger a build
    
    ---------
    
    Co-authored-by: Zoltan Varga <vargaz@gmail.com>
    Co-authored-by: Ankit Jain <radical@gmail.com>
    3 people authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f52a295 View commit details
    Browse the repository at this point in the history