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

Unity.Debug methods annotated as AssertionMethods #63

Merged
merged 1 commit into from
Nov 7, 2016
Merged

Unity.Debug methods annotated as AssertionMethods #63

merged 1 commit into from
Nov 7, 2016

Conversation

ProgrammerJosh
Copy link

All the UnityEngine.Debug.Assert* methods have updated with external
annotations to be AssertionMethods. This allows users to use these
methods instead of the System.Diagnostic.Debug.Assert* methods.
Resharper will identify these methods as halting when their condition is
false.

All the UnityEngine.Debug.Assert* methods have updated with external
annotations to be AssertionMethods. This allows users to use these
methods instead of the System.Diagnostic.Debug.Assert* methods.
Resharper will identify these methods as halting when their condition is
false.
@citizenmatt
Copy link
Member

Very cool! I love getting pull requests :) Thanks!

@citizenmatt citizenmatt merged commit 59eb8f9 into JetBrains:master Nov 7, 2016
@citizenmatt citizenmatt added this to the v1.4 milestone Nov 7, 2016
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.

None yet

2 participants