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

[mono] Implement public hot reload API #48380

Merged
12 commits merged into from
Feb 19, 2021
Merged

[mono] Implement public hot reload API #48380

12 commits merged into from
Feb 19, 2021

Commits on Feb 18, 2021

  1. [mono] Implement public hot reload API

    Also add ApplyUpdateSdb that takes byte[] arguments for use with
    mono/debugger-libs as its awkward to call a ROS<byte> method from the debugger.
    
    Contributes to dotnet#45689
    lambdageek committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ca52e23 View commit details
    Browse the repository at this point in the history
  2. Update src/mono/System.Private.CoreLib/src/System/Reflection/Metadata…

    …/AssemblyExtensions.cs
    
    Co-authored-by: Marek Safar <marek.safar@gmail.com>
    lambdageek and marek-safar committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a631ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f5b517 View commit details
    Browse the repository at this point in the history
  4. formatting

    lambdageek committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    bfa6949 View commit details
    Browse the repository at this point in the history
  5. more formatting

    lambdageek committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b2a1844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33998ff View commit details
    Browse the repository at this point in the history
  7. update DeltaHelper

    lambdageek committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ddf307a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88bcb85 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    1abc299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ee65b View commit details
    Browse the repository at this point in the history
  3. Use resource string

    lambdageek committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    495b623 View commit details
    Browse the repository at this point in the history
  4. Address review feedback

    lambdageek committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    b02a3a7 View commit details
    Browse the repository at this point in the history