Skip to content

More Utility fixes, AkechiGNB.cs major improvements #378

More Utility fixes, AkechiGNB.cs major improvements

More Utility fixes, AkechiGNB.cs major improvements #378

Triggered via pull request October 4, 2024 14:27
Status Failure
Total duration 1m 50s
Artifacts

build_pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Build: BossMod/Pathfinding/ObstacleMapDatabase.cs#L23
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'BossMod.Pathfinding.ObstacleMapDatabase.Load(string)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
Build: BossMod/Pathfinding/ObstacleMapDatabase.cs#L23
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'BossMod.Pathfinding.ObstacleMapDatabase.Load(string)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
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/