More Utility fixes, AkechiGNB.cs major improvements #378
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/
|