Only build BizHawk from scratch if it can't be downloaded #140
Triggered via pull request
February 20, 2024 22:23
Status
Cancelled
Total duration
3m 23s
Artifacts
–
build.yml
on: pull_request
build
3m 7s
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/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/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/Ilm.cs#L63
Change 'List<List<int>>' in 'Submesh.PolygonIndices' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/SHME.ExternalTool/Ilm.cs#L176
Change 'List<string>' in 'Ilm.Textures' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/SHME.ExternalTool/Ilm.cs#L178
Change 'List<Submesh>' in 'Ilm.Submeshes' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|