Skip to content

Bump EliteAPI.Web from 3.1.12 to 3.1.13 #6

Bump EliteAPI.Web from 3.1.12 to 3.1.13

Bump EliteAPI.Web from 3.1.12 to 3.1.13 #6

Triggered via push March 11, 2024 12:05
Status Success
Total duration 1m 10s
Artifacts

ci.yml

on: push
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: 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: ProfileGenerator/Models/Commands.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L8
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L20
Non-nullable property 'ConditionMet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L35
Non-nullable property 'CommandCaption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L38
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L41
Non-nullable property 'ActionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L50
Non-nullable property 'KeyCodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/CommandAction.cs#L98
Non-nullable property 'RandomSounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: ProfileGenerator/Models/Command.cs#L7
Non-nullable property 'Referrer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.