Skip to content

Update workflow

Update workflow #12

Triggered via push December 2, 2023 21:26
Status Success
Total duration 35s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: ExNihilo/Utils/CaptchaGenerator.cs#L132
'CaptchaGenerator.ValidateFields()' hides inherited member 'ImageGenerator.ValidateFields()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
publish: ExNihilo/Base/Visuals/Renderable.cs#L17
Dereference of a possibly null reference.
publish: ExNihilo/Base/Visuals/Renderable.cs#L13
The variable 'propertyInfo' is declared but never used
publish: ExNihilo/Base/Properties/GenericProperty.cs#L23
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: ExNihilo/Base/Properties/GenericProperty.cs#L23
Non-nullable field '_defaultValue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: ExNihilo/Effects/Color/BinaryThreshold.cs#L21
XML comment has a param tag for 'thresholdLimit', but there is no parameter by that name
publish: ExNihilo/Effects/Distort/Bulge.cs#L68
XML comment has a param tag for 'min', but there is no parameter by that name
publish: ExNihilo/Effects/Distort/Bulge.cs#L69
XML comment has a param tag for 'max', but there is no parameter by that name
publish: ExNihilo/Effects/Distort/Bulge.cs#L70
Parameter 'minX' has no matching param tag in the XML comment for 'Bulge.WithRandomizedPoint(int, int, int, int)' (but other parameters do)
publish: ExNihilo/Effects/Distort/Bulge.cs#L70
Parameter 'maxX' has no matching param tag in the XML comment for 'Bulge.WithRandomizedPoint(int, int, int, int)' (but other parameters do)