Skip to content

'AkechiDRG' implementation #423

'AkechiDRG' implementation

'AkechiDRG' implementation #423

Triggered via pull request October 19, 2024 17:23
Status Failure
Total duration 1m 53s
Artifacts

build_pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build: BossMod/QuestBattle/Dawntrail/MSQ/TheProtectorAndTheDestroyer.cs#L6
Modifiers are not ordered (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0036)
Build: BossMod/QuestBattle/QuestBattle.cs#L313
Ensure that method 'void QuestBattle.Dispose(bool disposing)' calls 'base.Dispose(bool)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
Build: BossMod/QuestBattle/QuestBattle.cs#L263
Do not call overridable methods in constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2214)
Build: BossMod/QuestBattle/Dawntrail/MSQ/TheProtectorAndTheDestroyer.cs#L6
Modifiers are not ordered (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0036)
Build: BossMod/QuestBattle/QuestBattle.cs#L313
Ensure that method 'void QuestBattle.Dispose(bool disposing)' calls 'base.Dispose(bool)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
Build: BossMod/QuestBattle/QuestBattle.cs#L263
Do not call overridable methods in constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2214)
Build
Process completed with exit code 1.
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/