Skip to content

Conversation

@CyrusNajmabadi
Copy link
Member

Fixes #79463

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner July 21, 2025 11:00
Comment on lines +131 to +135
<<<<<<<
Console.WriteLine();
=======
List<int> list = [];
>>>>>>>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeCleanup removes merge markers?!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Sam changed it so that it will basically always try the first fix aavilable for an issue if one is available. I don't love that. I wish it was more opt in, where a fixer could state if it had a strong opinion that it can fix a particular issue automatically.

@CyrusNajmabadi CyrusNajmabadi merged commit 0e8140c into main Jul 21, 2025
25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the disableRemoveUsings branch July 21, 2025 14:10
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jul 21, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

code cleanup removes all using statements

4 participants