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

Nullable conversion of collection expressions #69852

Merged
merged 19 commits into from
Sep 14, 2023

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Another test

    jcouv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5e0dc83 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    jcouv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e5d30e5 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    jcouv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0a8954c View commit details
    Browse the repository at this point in the history
  4. Address feedback

    jcouv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7775b3b View commit details
    Browse the repository at this point in the history
  5. Tweak ConvertedType

    jcouv committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2e7d22e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Null ConvertedType for cast

    jcouv committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    db85e4e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Remove CompilerGenerated flag

    jcouv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f79106e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74081eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0faa2c1 View commit details
    Browse the repository at this point in the history
  4. fixup

    jcouv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3004a74 View commit details
    Browse the repository at this point in the history
  5. Add workaround for lack of conversion information with explicit casts…

    … to collection types in code
    CyrusNajmabadi committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a02b03a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    543e88e View commit details
    Browse the repository at this point in the history
  7. HACK

    CyrusNajmabadi committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    feac1e8 View commit details
    Browse the repository at this point in the history
  8. Simplify

    jcouv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    53f73be View commit details
    Browse the repository at this point in the history
  9. Remove todo

    jcouv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c466914 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Address feedback

    jcouv committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0259176 View commit details
    Browse the repository at this point in the history
  2. rename one more test

    jcouv committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b710a67 View commit details
    Browse the repository at this point in the history
  3. Update src/Analyzers/CSharp/Analyzers/UseCollectionExpression/UseColl…

    …ectionExpressionHelpers.cs
    jcouv authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7d539d4 View commit details
    Browse the repository at this point in the history