Improving error reporting from appetiser #1109
Annotations
10 warnings
src/protagonist/Hydra/Model/SupportedProperty.cs#L8
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/SupportedProperty.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/SupportedProperty.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/SupportedProperty.cs#L26
Non-nullable property 'UnstableNote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/Property.cs#L37
Non-nullable property 'SupportedOperations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/Property.cs#L8
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/Property.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/Property.cs#L14
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/Property.cs#L17
Non-nullable property 'Range' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/Hydra/Model/Operation.cs#L13
Non-nullable property 'Method' 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