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

Move 'generate XXX' code fixers down to code-style layer. #74567

Merged
merged 32 commits into from
Jul 29, 2024

Conversation

CyrusNajmabadi
Copy link
Member

No description provided.

@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 26, 2024
@CyrusNajmabadi CyrusNajmabadi changed the title Move code down Move 'generate XXX' code fixers down to code-style layer. Jul 26, 2024
@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review July 26, 2024 04:32
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner July 26, 2024 04:32
@CyrusNajmabadi
Copy link
Member Author

@dibarbet ptal.

@CyrusNajmabadi
Copy link
Member Author

@davidbritch @ToddGrun ptal.

@@ -2788,74 +2784,6 @@ class D
""");
}

[Fact, WorkItem("http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530003")]
Copy link
Member Author

Choose a reason for hiding this comment

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

these teests moved to the end. they're enabled for non-CODESTYLE layer as they depend on humanizer (which codestyle doesn't ship with).

@@ -267,4 +267,55 @@
<data name="TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources" xml:space="preserve">
<value>TODO: override finalizer only if '{0}' has code to free unmanaged resources</value>
</data>
<data name="Generate_constant_0" xml:space="preserve">
Copy link
Member Author

Choose a reason for hiding this comment

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

lots of resource moves. it's hte majority of hte diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants