Skip to content

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory #79

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory #79

Triggered via pull request June 21, 2024 01:03
Status Success
Total duration 1m 13s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/setup-msbuild@v1, NuGet/setup-nuget@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: src-plugin/ProfileGenerator/Models/ActionSequence.cs#L7
Non-nullable property 'CommandAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Commands.cs#L7
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L7
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L19
Non-nullable property 'ConditionMet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L34
Non-nullable property 'CommandCaption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L37
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L40
Non-nullable property 'ActionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L49
Non-nullable property 'KeyCodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/CommandAction.cs#L97
Non-nullable property 'RandomSounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L7
Non-nullable property 'Referrer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.