Skip to content

Implement inserting and deleting replay events #7

Implement inserting and deleting replay events

Implement inserting and deleting replay events #7

Triggered via pull request October 15, 2023 13:45
Status Success
Total duration 1m 5s
Artifacts

pull-request.yml

on: pull_request
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/PostProcessing/ReplaySimulation/ReplaySimulationBuilder.cs#L114
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
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)