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 into live #36707

Merged
merged 10 commits into from
Aug 16, 2023
Merged

Merge main into live #36707

merged 10 commits into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. fix: change final 15 minutes to 6 minutes (#36681)

    Since the bacon, eggs and toasts run concurrently, the execution time is restricted by bacon or eggs (they take the most: 6). So, at the end it will be a bit longer than 6 seconds, not 15. 
    I tested it locally to be sure.
    EugeneGritsina authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3f87ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93ded2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f1c864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba962bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724e63e View commit details
    Browse the repository at this point in the history
  6. Add a note regarding record modifier for accessibility levels (#36641)

    * Add a note regarding record modifier for accessibility levels
    
    * Correct accessibility of members of record to private
    BartoszKlonowski authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    aeacbdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6314a73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c574ff View commit details
    Browse the repository at this point in the history
  9. cleanup links for C# 12 (#36699)

    Some of the attributes and inclusion properties for C# language preview specs are specified in docfx.json. Make those updates.
    BillWagner authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5a06821 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a99d1ad View commit details
    Browse the repository at this point in the history