Skip to content

Update publish.yml

Update publish.yml #6

Triggered via push December 2, 2023 10:07
Status Success
Total duration 1m 12s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
publish
./ExNihilo/ExNihilo/out/*.nupkg doesn't match any files
publish
./ExNihilo/ExNihilo/ExNihilo/bin/${BUILD_CONFIG}/net*/ExNihilo.dll doesn't match any files
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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)