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

Collection expressions: prefer ReadOnlySpan<T> over Span<T> in overload resolution #70328

Merged
merged 7 commits into from
Oct 13, 2023

Commits on Oct 11, 2023

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

    cston committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f97f08c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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

    cston committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    48df740 View commit details
    Browse the repository at this point in the history
  3. Update src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolut…

    …ion/OverloadResolution.cs
    cston authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ce5ed65 View commit details
    Browse the repository at this point in the history
  4. Update src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolut…

    …ion/OverloadResolution.cs
    cston authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    26ae84d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0dfecf View commit details
    Browse the repository at this point in the history