Skip to content

Fix for warning CS0472: The result of the expression is always 'false' #11

Merged
jthelin merged 1 commit intodotnet:masterfrom
jkonecki:Fix_for_warning_CS0472
Jan 25, 2015
Merged

Fix for warning CS0472: The result of the expression is always 'false' #11
jthelin merged 1 commit intodotnet:masterfrom
jkonecki:Fix_for_warning_CS0472

Conversation

@jkonecki
Copy link
Copy Markdown
Contributor

Removed an unnecessary check for null reference which is causing a warning during compilation:

CS0472: The result of the expression is always 'false' since a value of type 'System.Guid' is never equal to 'null'.

…rning during compilation:

CS0472: The result of the expression is always 'false' since a value of type 'System.Guid' is never equal to 'null'.
@jthelin jthelin added the bug label Jan 25, 2015
jthelin added a commit that referenced this pull request Jan 25, 2015
Fix for warning CS0472: The result of the expression is always 'false' -- Guid is a struct, so can never be null.
@jthelin jthelin merged commit 83b38ee into dotnet:master Jan 25, 2015
@jkonecki jkonecki deleted the Fix_for_warning_CS0472 branch January 25, 2015 09:08
ReubenBond added a commit to ReubenBond/orleans that referenced this pull request Apr 6, 2017
jason-bragg pushed a commit that referenced this pull request Jun 6, 2018
* tx load shedding based on txPerSec

* pr feedback

* transaction overload rate limit test (#11)

* pr feedback
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants