Add code for Generic attributes and Caller* attributes - Chapter 18 #620
Annotations
10 errors and 10 warnings
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L9
'DynamicObject.DynamicObject()' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L11
'DynamicObject.GetDynamicMemberNames()' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L13
The type or namespace name 'Expression' could not be found (are you missing a using directive or an assembly reference?)
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L12
'DynamicObject.GetMetaObject(Expression)' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L14
'DynamicObject.TryBinaryOperation(BinaryOperationBinder, object, out object)' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L17
'DynamicObject.TryConvert(ConvertBinder, out object)' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L19
'DynamicObject.TryCreateInstance(CreateInstanceBinder, object[], out object)' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L22
'DynamicObject.TryDeleteIndex(DeleteIndexBinder, object[])' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L24
'DynamicObject.TryDeleteMember(DeleteMemberBinder)' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter18/Listing18.32.OverridableMembersOnSystem.Dynamic.DynamicObject.cs#L26
'DynamicObject.TryGetIndex(GetIndexBinder, object[], out object)' must declare a body because it is not marked abstract, extern, or partial
|
src/Chapter04/Listing04.59.WarningDirective.cs#L8
#warning: '"Same move allowed multiple times."'
|
src/Chapter04/TicTacToe.cs#L113
#warning: '"Same move allowed multiple times."'
|
src/Chapter04/Table04.04.CheckForNull.cs#L58
The given expression is always of the provided ('object') type
|
src/Chapter04/Listing04.59.WarningDirective.cs#L8
#warning: '"Same move allowed multiple times."'
|
src/Chapter04/TicTacToe.cs#L113
#warning: '"Same move allowed multiple times."'
|
src/Chapter04/Table04.04.CheckForNull.cs#L58
The given expression is always of the provided ('object') type
|
src/Chapter04/Listing04.59.WarningDirective.cs#L8
#warning: '"Same move allowed multiple times."'
|
src/Chapter04/TicTacToe.cs#L113
#warning: '"Same move allowed multiple times."'
|
src/Chapter04/Table04.04.CheckForNull.cs#L58
The given expression is always of the provided ('object') type
|
src/Chapter07/Listing07.12.OverrideVersusNewModifier.cs#L20
'Program.DerivedClass.DisplayName()' hides inherited member 'Program.BaseClass.DisplayName()'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading