Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
jakeam
Posts
Comments
C
C#
•
Created by jakeam on 2/2/2023 in
#help
❔ Why does this code give the CS8604 warning?
Oh, that works!
21 replies
C
C#
•
Created by jakeam on 2/2/2023 in
#help
❔ Why does this code give the CS8604 warning?
For example
var turnHasChanged = _turnLastTick != null && _turnLastTick != turnThisTick;
21 replies
C
C#
•
Created by jakeam on 2/2/2023 in
#help
❔ Why does this code give the CS8604 warning?
In my actual use case I've got some more complicated Boolean expressions and I need to name them something more self-documenting.
21 replies