Skip to content

Removed the cheatsheet module. #43

Removed the cheatsheet module.

Removed the cheatsheet module. #43

Triggered via pull request March 18, 2024 03:45
Status Success
Total duration 2m 42s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests: src/Sidekick.Common.Platform/Interprocess/InterprocessService.cs#L33
The variable 'e' is declared but never used
tests: src/Sidekick.Apis.Poe/Trade/TradeSearchService.cs#L46
Unreachable code detected
tests: src/Sidekick.Apis.Poe/Stash/Models/APIItemSocket.cs#L6
Non-nullable property 'attr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Sidekick.Apis.Poe/Stash/Models/APIItemSocket.cs#L7
Non-nullable property 'sColour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Sidekick.Modules.Chat/Keybinds/ChatKeybindHandler.cs#L40
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
tests: src/Sidekick.Modules.Chat/Keybinds/ChatKeybindHandler.cs#L53
Converting null literal or possible null value to non-nullable type.
tests: src/Sidekick.Modules.Chat/Keybinds/ChatKeybindHandler.cs#L56
Converting null literal or possible null value to non-nullable type.
tests: src/Sidekick.Modules.Chat/Keybinds/ChatKeybindHandler.cs#L59
Dereference of a possibly null reference.
tests: src/Sidekick.Modules.Maps/PoeWikiMapInfo.razor#L8
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<Boss>(IEnumerable<Boss> source)'.
tests: src/Sidekick.Modules.Maps/PoeWikiMapInfo.razor#L18
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<ItemDrop>(IEnumerable<ItemDrop> source)'.