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

SPMI: Implement fallback schema layout #78594

Merged
merged 3 commits into from
Nov 21, 2022
Merged

Commits on Nov 19, 2022

  1. SPMI: Implement fallback schema layout

    Fallback to doing actual layout of the schema data when the schema does
    not match the recorded schema. This ensures replays are still consistent
    with the recording in cases where the JIT and environment variables
    match, but that we can still succeed a replay on changes to these.
    
    Fix dotnet#74718
    jakobbotsch committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    bd0f16a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3cc3ec View commit details
    Browse the repository at this point in the history
  3. Fix comments

    jakobbotsch committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    89a7117 View commit details
    Browse the repository at this point in the history