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

Update runtime repo to use Preview 7 SDK #72145

Merged
merged 19 commits into from
Aug 15, 2022
Merged

Commits on Jul 13, 2022

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

Commits on Jul 14, 2022

  1. Fix json encoding

    agocke committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f276db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c66891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556bb8a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    b40a841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af1afa View commit details
    Browse the repository at this point in the history
  3. Replace with TrimMode partial

    agocke committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e1b012a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    890efef View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    2c4a9ca View commit details
    Browse the repository at this point in the history
  2. Update SDK to preview 7

    jkoritzinsky committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b137f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3ee434 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    8774ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0508a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    459a67a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ff97d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    99af1bd View commit details
    Browse the repository at this point in the history
  2. Cleanups

    MichalStrehovsky committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6fa5900 View commit details
    Browse the repository at this point in the history
  3. Ensure no GC hole for LbrTraceEventData

    There was no GC hole here in practice since the users have unmanaged
    pointers. However, the better fix is to just mark it as UnscopedRef.
    jakobbotsch committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    cedada9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a4e22 View commit details
    Browse the repository at this point in the history