Build and Test #1017
Annotations
10 warnings
Build:
src/Chapter04/Listing04.59.WarningDirective.cs#L8
#warning: '"Same move allowed multiple times."'
|
Build:
src/Chapter04/TicTacToe.cs#L113
#warning: '"Same move allowed multiple times."'
|
Build:
src/Chapter04/Table04.04.CheckForNull.cs#L58
The given expression is always of the provided ('object') type
|
Build:
src/Chapter04/Listing04.59.WarningDirective.cs#L8
#warning: '"Same move allowed multiple times."'
|
Build:
src/Chapter04/TicTacToe.cs#L113
#warning: '"Same move allowed multiple times."'
|
Build:
src/Chapter04/Table04.04.CheckForNull.cs#L58
The given expression is always of the provided ('object') type
|
Build:
src/Chapter04/Listing04.59.WarningDirective.cs#L8
#warning: '"Same move allowed multiple times."'
|
Build:
src/Chapter04/TicTacToe.cs#L113
#warning: '"Same move allowed multiple times."'
|
Build:
src/Chapter04/Table04.04.CheckForNull.cs#L58
The given expression is always of the provided ('object') type
|
Build:
src/Chapter07/Listing07.12.OverrideVersusNewModifier.cs#L20
'Program.DerivedClass.DisplayName()' hides inherited member 'Program.BaseClass.DisplayName()'. Use the new keyword if hiding was intended.
|
Loading