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

Tracking issue for analyzers/fixers to convert existing code to collection expressions. #69132

Closed
13 of 14 tasks
CyrusNajmabadi opened this issue Jul 20, 2023 · 1 comment
Closed
13 of 14 tasks

Comments

@CyrusNajmabadi
Copy link
Member

CyrusNajmabadi commented Jul 20, 2023

Cases to support:

This will be a large set of work items. So i'm breaking things into pieces to make it easier to review. The pieces are at least:

Stretch cases:

  • Inline arrays. Likely not impactful enough to warrant special fixes here.

The intent here is to also provide different diagnostic IDs for varying classes of these. For example "for arrays", "for spans", etc. We may want to revise this as appropriate as we continue with this.

Relates to test plan #66418 (collection expressions compiler feature)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 20, 2023
@CyrusNajmabadi CyrusNajmabadi self-assigned this Jul 20, 2023
@arunchndr arunchndr added New Feature - Collection Expressions and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 2, 2023
@arunchndr arunchndr added this to the 17.8 P3 milestone Aug 2, 2023
@CyrusNajmabadi CyrusNajmabadi changed the title Analyzer/Fixer to convert existing code to collection expressions. Tracking issue for analyzers/fixers to convert existing code to collection expressions. Aug 5, 2023
@CyrusNajmabadi
Copy link
Member Author

Closing out. This work item is complete. Further work can come in as bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants