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: 7795971
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 102d1e8
Choose a head ref
  • 7 commits
  • 17 files changed
  • 8 contributors

Commits on Mar 28, 2021

  1. Add check for JsonConverterFactory (#50219) (#50329)

    Sychev Vadim authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    4f8be19 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/xharness (#50278)

    [main] Update dependencies from dotnet/arcade dotnet/xharness
    
    
     - reintroduce publishing branch workarounds. 
    
    Required while dotnet/arcade#6987 is fixed
    
     - fix whitespace in publish-using-darc script
    
     - re-introduce publishing branch workaround
    
    dotnet/arcade#698
    dotnet-maestro[bot] authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    312521f View commit details
    Browse the repository at this point in the history
  3. Add documentation on ILLink files (#50302)

    * Add documentation on ILLink files
    
    * Add link to ILLink-files from project-guidelines
    eerhardt authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    99f4062 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    6b88f89 View commit details
    Browse the repository at this point in the history
  2. catch exceptions in callbacks from native code on OSX in SafeDeleteSs…

    …lContext (#49945)
    
    * catch exceptions in callbacks from native code
    
    * style update
    
    * add traces for failures
    
    * add comment
    wfurt authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    508df29 View commit details
    Browse the repository at this point in the history
  3. Increase test coverage for Exception.TargetSite (#50275)

    * Increase test coverage for Exception.TargetSite
    
    * Apply suggestions from code review
    
    Co-authored-by: Stephen Toub <[email protected]>
    
    Co-authored-by: Stephen Toub <[email protected]>
    MichalStrehovsky and stephentoub authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    21734a4 View commit details
    Browse the repository at this point in the history
  4. Always clear the local buffer in ArrayBuffer (#49573)

    - SslStream was holding onto a 4K byte[] after the handshake was complete. This was because the ArrayBuffer struct doesn't clear the local buffer field in dispose. This changes that.
    davidfowl authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    102d1e8 View commit details
    Browse the repository at this point in the history
Loading