Skip to content

Only build BizHawk from scratch if it can't be downloaded #144

Only build BizHawk from scratch if it can't be downloaded

Only build BizHawk from scratch if it can't be downloaded #144

Triggered via pull request February 21, 2024 00:58
Status Failure
Total duration 1m 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: martijnhols/actions-cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/SHME.ExternalTool/UI/PoisTab.cs#L395
Dereference of a possibly null reference.
build: src/SHME.ExternalTool/UI/PoisTab.cs#L417
Dereference of a possibly null reference.
build: src/SHME.ExternalTool/UI/PoisTab.cs#L422
Dereference of a possibly null reference.
build: src/SHME.ExternalTool/UI/UtilityTab.cs#L92
Possible null reference argument for parameter 'format' in 'bool CustomMainForm.ParseQFormatString(string format, out int integral, out int fractional)'.
build: src/SHME.ExternalTool/AngleConverter.cs#L12
Type 'AngleConverter' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
build: src/SHME.ExternalTool/UI/BasicsTab.cs#L20
If possible, make the underlying type of ButtonFlags System.Int32 instead of ushort (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
build: src/SHME.ExternalTool/UI/BasicsTab.cs#L20
Rename type name ButtonFlags so that it does not end in 'Flags' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/SHME.ExternalTool/Graphics/Polygon.cs#L20
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: src/SHME.ExternalTool/Graphics/Polygon.cs#L21
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: src/SHME.ExternalTool/Graphics/Polygon.cs#L22
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)