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 #64750

Merged
merged 11 commits into from
Oct 17, 2022
Merged

Commits on Oct 12, 2022

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

Commits on Oct 14, 2022

  1. Fix NRT warnings

    genlu committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    725b3f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64667 from genlu/BumpEditorPackages

    Update VS Platform NuGet package version
    genlu authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0d6b4d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d67a996 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5633d3 View commit details
    Browse the repository at this point in the history
  5. Upgrade our compiler to 4.4.0-2.final

    RC2 builds of the .NET 7.0 SDK have generators that depend on 4.4
    assemblies, so you'll get warnings without this.
    jasonmalinowski committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ad2d073 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #64743 from dotnet/merges/release/dev17.4-to-main

    Merge release/dev17.4 to main
    dotnet-bot authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    87ececb View commit details
    Browse the repository at this point in the history
  7. Add tests

    CyrusNajmabadi committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    63ffc96 View commit details
    Browse the repository at this point in the history
  8. Speculative semantic model - create child member models for attribute…

    …s and parameter default values. (#64634)
    
    Part 1. 
    Do not expose C# member semantic models directly to external consumers.
    This could occur when member semantic models were used to support/represent speculative semantic models.
    Now we expose ```SpeculativeSemanticModelWithMemberModel``` instead 
    
    Part 2.
    SpeculativeSemanticModelWithMemberModel - create child member models for attributes and parameter default values.
    
    Fixes #60801.
    Fixes #24135.
    AlekseyTs authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c12de00 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #64745 from jasonmalinowski/upgrade-compiler

    Upgrade our compiler to 4.4.0-2.final
    genlu authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    2965f63 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #64742 from CyrusNajmabadi/peKeys

    Cache indices against our PEReference object, not the underlying metadata ID
    CyrusNajmabadi authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    74653a4 View commit details
    Browse the repository at this point in the history