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

Speculative semantic model - create child member models for attributes and parameter default values. #64634

Merged
merged 5 commits into from
Oct 14, 2022

Commits on Oct 7, 2022

  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.
    This change gets us one step closer to addressing dotnet#60801.
    AlekseyTs committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c8ef6d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. SpeculativeSemanticModelWithMemberModel - create child member models …

    …for attributes and parameter default values.
    
    Fixes dotnet#60801.
    Fixes dotnet#24135.
    AlekseyTs committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2fd361a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    840cb51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b01a49 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. PR feedback

    AlekseyTs committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    239fa2c View commit details
    Browse the repository at this point in the history