Correction #169
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
WinchCommon/Config/JSONConfig.cs#L194
Cannot convert null literal to non-nullable reference type.
|
WinchCommon/Config/JSONConfig.cs#L212
Cannot convert null literal to non-nullable reference type.
|
WinchCommon/Config/JSONConfig.cs#L58
Possible null reference return.
|
WinchCommon/Config/JSONConfig.cs#L63
Possible null reference return.
|
WinchCommon/Config/ModConfig.cs#L97
Cannot convert null literal to non-nullable reference type.
|
WinchCommon/Config/JSONConfig.cs#L121
Non-nullable event 'OnConfigChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
WinchCommon/Config/JSONConfig.cs#L121
Non-nullable event 'OnConfigValueChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
WinchCommon/Config/JSONConfig.cs#L121
Non-nullable field '_defaultConfig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
WinchCommon/Config/JSONConfig.cs#L121
Non-nullable field '_defaultConfigString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
WinchCommon/Config/JSONConfig.cs#L121
Non-nullable field '_defaultConfigPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Winch", "Winch Examples".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading