Skip to content

✨ Create format.yml #1

✨ Create format.yml

✨ Create format.yml #1

Triggered via push February 5, 2025 20:38
Status Failure
Total duration 2m 3s
Artifacts

format.yml

on: push
Matrix: Check Code Formatting
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Check Code Formatting (windows-latest, 8.0.x)
Process completed with exit code 1.
Check Code Formatting (windows-latest, 8.0.x): src/Liquip.Patcher/MonoCecilExtension.cs#L1560
Converting null literal or possible null value to non-nullable type.
Check Code Formatting (windows-latest, 8.0.x): src/Liquip.Patcher/MonoCecilExtension.cs#L1716
Converting null literal or possible null value to non-nullable type.
Check Code Formatting (windows-latest, 8.0.x): src/Liquip.API/Attributes/XSharpMethodAttribute.cs#L11
Non-nullable property 'Plug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check Code Formatting (windows-latest, 8.0.x): src/Liquip.Patcher.Build/Tasks/PatcherTask.cs#L9
Non-nullable property 'PatcherPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check Code Formatting (windows-latest, 8.0.x): src/Liquip.Patcher.Build/Tasks/PatcherTask.cs#L11
Non-nullable property 'TargetAssembly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.