Skip to content

Clear old bindings before applying new ones #77

Clear old bindings before applying new ones

Clear old bindings before applying new ones #77

Triggered via push May 29, 2024 14:08
Status Success
Total duration 1m 29s
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: 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/Command.cs#L7
Non-nullable property 'Referrer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L43
Non-nullable property 'BaseId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L46
Non-nullable property 'OriginId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L67
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L70
Non-nullable property 'CommandString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L73
Non-nullable property 'ActionSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L82
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L121
Non-nullable property 'SourceProfile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src-plugin/ProfileGenerator/Models/Command.cs#L205
Non-nullable property 'LastEditedAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.