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

[wasm][debugger] Implement support to DebuggerDisplay attribute #55524

Merged
merged 6 commits into from
Jul 14, 2021

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    107ccd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Merge branch 'main' of github.com:thaystg/runtime into thays_support_…

    …debugger_custom_views
    
    * 'main' of github.com:thaystg/runtime: (125 commits)
      [wasm] [debugger] Support method calls  (dotnet#55458)
      [debugger] Fix debugging after hot reloading (dotnet#55599)
      Inliner: Extend IL limit for profiled call-sites, allow inlining for switches. (dotnet#55478)
      DiagnosticSourceEventSource supports base class properties (dotnet#55613)
      [mono] Fix race during mono_image_storage_open (dotnet#55201)
      [mono] Add wrapper info for native func wrappers. (dotnet#55602)
      H/3 and Quic AppContext switch (dotnet#55332)
      Compression.ZipFile support for Unix Permissions (dotnet#55531)
      [mono] Fix skipping of static methods during IMT table construction. (dotnet#55610)
      Combine System.Private.Xml TrimmingTests projects (dotnet#55606)
      fix name conflict with Configuration class (dotnet#55597)
      Finish migrating RSAOpenSsl from RSA* to EVP_PKEY*
      Disable generic math (dotnet#55540)
      Obsolete CryptoConfig.EncodeOID (dotnet#55592)
      Address System.Net.Http.WinHttpHandler's nullable warnings targeting .NETCoreApp (dotnet#54995)
      Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled (dotnet#55572)
      Fix Task.WhenAny failure mode when passed ICollection of zero tasks (dotnet#55580)
      Consume DistributedContextPropagator in DiagnosticsHandler (dotnet#55392)
      Add property ordering feature (dotnet#55586)
      Reduce subtest count in Reflection (dotnet#55537)
      ...
    thaystg committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a8fb8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c0108 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Larry Ewing <lewing@microsoft.com>
    thaystg and lewing committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    fa91a1e View commit details
    Browse the repository at this point in the history
  4. Fixing snake case.

    thaystg committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c55c8b0 View commit details
    Browse the repository at this point in the history
  5. Changing snake case.

    thaystg committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7c64b5d View commit details
    Browse the repository at this point in the history