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: require applicable constructor and Add method for target type implementing IEnumerable #71592

Merged
merged 20 commits into from
Jan 26, 2024

Commits on Jan 12, 2024

  1. Collection expressions: require applicable constructor and Add method…

    … for target type implementing IEnumerable
    cston committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ec6908b View commit details
    Browse the repository at this point in the history
  2. More tests

    cston committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1ad210c View commit details
    Browse the repository at this point in the history
  3. Add breaking change description

    cston committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b6491c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add IDE tests

    cston committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6d4f78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008a562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dabaf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0550695 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Add specific diagnostics

    cston committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5a57f8c View commit details
    Browse the repository at this point in the history
  2. Misc.

    cston committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    463737e View commit details
    Browse the repository at this point in the history
  3. Test accessibility

    cston committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3f424df View commit details
    Browse the repository at this point in the history
  4. Formatting

    cston committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    559c4fc View commit details
    Browse the repository at this point in the history
  5. Address feedback

    cston committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    59338d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86eb437 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update error message

    cston committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a59cfe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548d410 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    46bd28d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4faea26 View commit details
    Browse the repository at this point in the history
  3. Update breaking change note

    cston committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7bb2741 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update tests

    cston committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2168070 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    cston committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e15911c View commit details
    Browse the repository at this point in the history