Refactor 'asInternal' logic to remove duplicate attribute lookup #78
Annotations
10 warnings
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L82
The event 'DemoClass.ShapeChanged2' is never used
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L77
The event 'DemoClass.ShapeChanged' is never used
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L88
The event 'DemoClass.ShapeChangedNullable2' is never used
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L88
Non-nullable event 'ShapeChangedNullable2' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L82
Non-nullable event 'ShapeChanged2' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L77
Non-nullable event 'ShapeChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L23
Non-nullable property 'OnlyGet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L21
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading