Skip to content

GNB Gauge options & minor bugfixes #41

GNB Gauge options & minor bugfixes

GNB Gauge options & minor bugfixes #41

Triggered via pull request June 16, 2024 09:33
Status Failure
Total duration 1m 44s
Artifacts

build_pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build: BossMod/Debug/DebugAction.cs#L7
Provide an overridable implementation of Dispose(bool) on 'DebugAction' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
Build: BossMod/Debug/DebugAction.cs#L12
Modify 'DebugAction.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
Build: BossMod/Debug/DebugAction.cs#L12
Change DebugAction.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build: BossMod/Debug/DebugAction.cs#L7
Provide an overridable implementation of Dispose(bool) on 'DebugAction' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
Build: BossMod/Debug/DebugAction.cs#L12
Modify 'DebugAction.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
Build: BossMod/Debug/DebugAction.cs#L12
Change DebugAction.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.