Only build BizHawk from scratch if it can't be downloaded #138
Triggered via pull request
February 20, 2024 22:11
Status
Cancelled
Total duration
1m 40s
Artifacts
–
build.yml
on: pull_request
build
1m 28s
create-release
0s
Annotations
1 error and 11 warnings
build
The operation was canceled.
|
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)
|