merged crwsolutions branch #115
Annotations
10 warnings
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L21
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L23
Non-nullable property 'OnlyGet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L66
Non-nullable event 'ShapeChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L71
Non-nullable event 'ShapeChanged2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L77
Non-nullable event 'ShapeChangedNullable2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L71
The event 'DemoClass.ShapeChanged2' is never used
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L66
The event 'DemoClass.ShapeChanged' is never used
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L77
The event 'DemoClass.ShapeChangedNullable2' is never used
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L75
The event 'DemoClass.ShapeChangedNullable' is never used
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L21
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading