Skip to content

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

Closed
jkonecki wants to merge 5 commits into
dotnet:masterfrom
jkonecki:master
Closed

Fix for warning CS0472: The result of the expression is always 'false' #9
jkonecki wants to merge 5 commits into
dotnet:masterfrom
jkonecki:master

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'.
…rning during compilation:

CS0472: The result of the expression is always 'false' since a value of type 'System.Guid' is never equal to 'null'.
@jkonecki jkonecki closed this Jan 24, 2015
@jthelin jthelin added the bug label Jan 25, 2015
@sergeybykov sergeybykov mentioned this pull request Feb 12, 2016
12 tasks
ReubenBond referenced this pull request in ReubenBond/orleans Apr 6, 2017
Inject ITransactionAgent instead of using Silo.CurrentSilo
@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