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

Code cleanup for miscellaneous packages #22184

Merged
merged 1 commit into from
Aug 23, 2020
Merged

Conversation

ajcvickers
Copy link
Member

No description provided.

@ajcvickers ajcvickers requested a review from a team August 23, 2020 18:23
@ajcvickers
Copy link
Member Author

@dotnet/efteam Anyone do a quick review of this so I can get all the code cleanup into 5.0 and main ready for tomorrow?

@@ -112,7 +112,7 @@ public static IReadOnlyList<T> HasNoNulls<T>(IReadOnlyList<T> value, [InvokerPar
}

[Conditional("DEBUG")]
public static void DebugAssert([CA.DoesNotReturnIf(false)] bool condition, string message)
public static void DebugAssert([CA.DoesNotReturnIfAttribute(false)] bool condition, string message)
Copy link
Member

Choose a reason for hiding this comment

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

👀

@ajcvickers ajcvickers merged commit cd38a21 into release/5.0 Aug 23, 2020
@ajcvickers ajcvickers deleted the DeepClean_Misc_1_0823 branch August 23, 2020 21:59
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.

2 participants