Skip to content

Conversation

@akarnokd
Copy link
Collaborator

@akarnokd akarnokd commented Jun 29, 2018

  • Remove type arguments inferable from the context
  • Remove unnecessary method/type qualifiers
  • Add missing visibility modifiers
  • Remove unused imports
  • Correct naming of private and public fields
  • Use patterns instead of as
  • Inline out vars

// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.

#if SIGNED
Copy link
Contributor

Choose a reason for hiding this comment

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

Hard to see this in context, but was there a reason SIGNED was added?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The test class is conditioned on SIGNED. See #542.

@danielcweber danielcweber merged commit 45f3cb2 into dotnet:master Jul 2, 2018
@akarnokd akarnokd deleted the SomeCleanup629 branch July 2, 2018 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants