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

Update "use collection initializer" to use a collection-expression if the user prefers that form. #69219

Merged
merged 44 commits into from
Jul 28, 2023

Commits on Jul 24, 2023

  1. Extract helper code

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    873f289 View commit details
    Browse the repository at this point in the history
  2. Add tests

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1903cf4 View commit details
    Browse the repository at this point in the history
  3. crlf

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6882edd View commit details
    Browse the repository at this point in the history
  4. Compiling

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c1bb50f View commit details
    Browse the repository at this point in the history
  5. in progress

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e278ebf View commit details
    Browse the repository at this point in the history
  6. In progrss

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    60bf4c1 View commit details
    Browse the repository at this point in the history
  7. Building

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e96f926 View commit details
    Browse the repository at this point in the history
  8. Rename

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    424722a View commit details
    Browse the repository at this point in the history
  9. Rename

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    95f1180 View commit details
    Browse the repository at this point in the history
  10. Rename

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c9ad1ad View commit details
    Browse the repository at this point in the history
  11. Fixes

    CyrusNajmabadi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8da263d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Test fixes

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    04899dc View commit details
    Browse the repository at this point in the history
  2. In progrss

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0681c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594a61c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    503a97f View commit details
    Browse the repository at this point in the history
  5. Fixes

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f738836 View commit details
    Browse the repository at this point in the history
  6. Add suppression

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ca91efd View commit details
    Browse the repository at this point in the history
  7. updates

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    57cdd67 View commit details
    Browse the repository at this point in the history
  8. Revert

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    419565e View commit details
    Browse the repository at this point in the history
  9. Fixes

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1e97397 View commit details
    Browse the repository at this point in the history
  10. tweak

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9120941 View commit details
    Browse the repository at this point in the history
  11. In progress

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ea38ef0 View commit details
    Browse the repository at this point in the history
  12. In progress

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    361487a View commit details
    Browse the repository at this point in the history
  13. In progress

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3b43bb2 View commit details
    Browse the repository at this point in the history
  14. in progress

    CyrusNajmabadi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f4fd927 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Mostly working

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a13673f View commit details
    Browse the repository at this point in the history
  2. Improvements

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7072918 View commit details
    Browse the repository at this point in the history
  3. Improvements

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    59db01a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a452a0c View commit details
    Browse the repository at this point in the history
  5. Add test

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9932551 View commit details
    Browse the repository at this point in the history
  6. Add test

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bb6702c View commit details
    Browse the repository at this point in the history
  7. Share codE

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b93d46c View commit details
    Browse the repository at this point in the history
  8. Update src/Analyzers/CSharp/CodeFixes/UseCollectionInitializer/CSharp…

    …UseCollectionInitializerCodeFixProvider.cs
    CyrusNajmabadi authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8dcaadf View commit details
    Browse the repository at this point in the history
  9. Self documenting

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b0c9195 View commit details
    Browse the repository at this point in the history
  10. Simplify

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3a9c5bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f8bcf2 View commit details
    Browse the repository at this point in the history
  12. REstore

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    560a123 View commit details
    Browse the repository at this point in the history
  13. REstore

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3d629fb View commit details
    Browse the repository at this point in the history
  14. Add comments

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    acd85e5 View commit details
    Browse the repository at this point in the history
  15. simplify

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8f4bfd7 View commit details
    Browse the repository at this point in the history
  16. simplify

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    640dd0f View commit details
    Browse the repository at this point in the history
  17. simplify

    CyrusNajmabadi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cbf06f5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1d75e4d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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