-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
@dibarbet ptal. |
@davidbritch @ToddGrun ptal. |
@@ -2788,74 +2784,6 @@ class D | |||
"""); | |||
} | |||
|
|||
[Fact, WorkItem("http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530003")] |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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.
No description provided.