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] Skip thread static field #56749

Merged
merged 6 commits into from
Aug 3, 2021
Merged

Commits on Aug 2, 2021

  1. Fix dotnet#56249

    thaystg committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e5340ad View commit details
    Browse the repository at this point in the history
  2. Fix line test.

    thaystg committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    904ab39 View commit details
    Browse the repository at this point in the history
  3. Fix indentation.

    thaystg committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d2e727e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Addressing PR comments.

    thaystg committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3de9286 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into thays_fix_56249

    * origin/main: (64 commits)
      [wasm][debugger] Create test Inherited Properties (dotnet#56754)
      Mark new test as incompatible with GC Mark4781_1GcStressIncompatible (dotnet#56739)
      Ensure MetadataEnumResult is sufficiently updated by MetaDataImport::Enum (dotnet#56756)
      [mono] Remove gdb xdebug and binary writer support, it hasn't worked in a while. (dotnet#56759)
      Update windows-requirements.md (dotnet#56476)
      Update doc and generic parameter name for JsonValue.GetValue (dotnet#56639)
      [wasm][debugger] Inspect static class (dotnet#56740)
      Fix stack overflow handling issue in GC stress (dotnet#56733)
      Use ReflectionOnly as serialization mode in case dynamic code runtime feature is not supported (dotnet#56604)
      Move Windows Compat pack to NuGet pack task (dotnet#56686)
      Fix build error when building some packages (dotnet#56767)
      Simplify JIT shutdown logic in crossgen2 (dotnet#56687)
      Fix race in crossdac publishing with PGO (dotnet#56762)
      Add DictionaryKeyPolicy support for EnumConverter [dotnet#47765] (dotnet#54429)
      Use ComWrappers in some Marshal unit-tests and update platform metadata  (dotnet#56595)
      Set `DisableImplicitNamespaceImports_Dotnet=true` to workaround sdk issue (dotnet#56744)
      Make sure ServerGCHeapDetails is up to date (dotnet#56056)
      [libraries] Reenable System.Diagnostics.DiagnosticSorce.Switches.Tests on mobile (dotnet#56737)
      Disable failing arm64 win10 Graphics.FromHdc tests  (dotnet#56732)
      Match xplat event source conditions (dotnet#56435)
      ...
    thaystg committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c0e7fb2 View commit details
    Browse the repository at this point in the history
  3. Fix line number changed

    thaystg committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    31ef2b3 View commit details
    Browse the repository at this point in the history