Skip to content

Fix warning in EnemyTimelineBuilder #17

Fix warning in EnemyTimelineBuilder

Fix warning in EnemyTimelineBuilder #17

Triggered via push October 16, 2023 14:32
Status Success
Total duration 1m 17s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/DevilDaggersInfo.Core.Wiki/Deaths.cs#L31
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build: src/DevilDaggersInfo.Core.CriteriaExpression/Parts/ExpressionOperator.cs#L11
Remove this 'throw' expression. (https://rules.sonarsource.com/csharp/RSPEC-3877)
build: src/DevilDaggersInfo.Core.Spawnset/View/SpawnsView.cs#L83
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
build: src/DevilDaggersInfo.Core.Replay/ReplayBinary.cs#L54
The variable 'ex' is declared but never used
build: src/DevilDaggersInfo.Core.Replay/Events/BoidSpawnEvent.cs#L9
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/DevilDaggersInfo.Core.Replay/Events/BoidSpawnEvent.cs#L10
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/DevilDaggersInfo.Core.Replay/Events/BoidSpawnEvent.cs#L11
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)