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

Merge main to main-vs-deps #53843

Merged
merged 24 commits into from
Jun 7, 2021
Merged

Commits on May 19, 2021

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

Commits on May 21, 2021

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

Commits on May 28, 2021

  1. Don't validate workspace invariants in release builds

    This method appears in some performance traces when you have lots of
    workspace operations being done. The validations are useful but mostly
    would catch an error early during development, so there's no reason to
    run these except in DEBUG.
    jasonmalinowski committed May 28, 2021
    Configuration menu
    Copy the full SHA
    1f902ca View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Merge remote-tracking branch 'upstream/release/dev16.11' into merges/…

    …release/dev16.11-to-main
    Cosifne committed May 29, 2021
    Configuration menu
    Copy the full SHA
    035f873 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53766 from dotnet/merges/release/dev16.11-to-main

    Merge release/dev16.11 to main
    Cosifne authored May 29, 2021
    Configuration menu
    Copy the full SHA
    7c11585 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …528.1 (#53780)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored May 30, 2021
    Configuration menu
    Copy the full SHA
    6580861 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    879ef60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c34fa7a View commit details
    Browse the repository at this point in the history
  3. REmove unused code

    CyrusNajmabadi committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f944fc1 View commit details
    Browse the repository at this point in the history
  4. MOve static methods

    CyrusNajmabadi committed May 31, 2021
    Configuration menu
    Copy the full SHA
    de666d2 View commit details
    Browse the repository at this point in the history
  5. Remove unused field

    CyrusNajmabadi committed May 31, 2021
    Configuration menu
    Copy the full SHA
    4aeccc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …531.1 (#53808)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0addecf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53723 from jasonmalinowski/check-invariants-in-de…

    …bug-only
    
    Don't validate workspace invariants in release builds
    jasonmalinowski authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0de95bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bf0e0d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Inline further

    CyrusNajmabadi committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    87bf7c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53503 from sharwell/faster-save

    Suppress ExecutionContext flow on SQLite hot path
    sharwell authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    cf37fb9 View commit details
    Browse the repository at this point in the history
  3. Make async again

    CyrusNajmabadi committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7e06c9a View commit details
    Browse the repository at this point in the history
  4. Make async again

    CyrusNajmabadi committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    253a00d View commit details
    Browse the repository at this point in the history
  5. Cancellation tokens

    CyrusNajmabadi committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    5cabbd1 View commit details
    Browse the repository at this point in the history
  6. Simplify

    CyrusNajmabadi committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    97d2d16 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #53792 from CyrusNajmabadi/diagnosticsPersistence

    Do not persist diagnostics just to purge them from memory
    CyrusNajmabadi authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    75d1282 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a56336b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #53839 from CyrusNajmabadi/jsonRpcException

    Store more information when an exception happens when making RPC calls to oop server
    CyrusNajmabadi authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    31103b6 View commit details
    Browse the repository at this point in the history