Check if item exists #208
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#L219
Cannot convert null literal to non-nullable reference type.
|
WinchCommon/Config/JSONConfig.cs#L237
Cannot convert null literal to non-nullable reference type.
|
WinchCommon/Logging/LogMessage.cs#L9
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
WinchCommon/Logging/LogMessage.cs#L15
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
WinchCommon/Config/JSONConfig.cs#L77
Possible null reference return.
|
WinchCommon/Config/JSONConfig.cs#L83
Possible null reference return.
|
WinchCommon/Config/JSONConfig.cs#L88
Possible null reference return.
|
WinchCommon/Config/JSONConfig.cs#L146
Non-nullable event 'OnConfigChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
WinchCommon/Config/JSONConfig.cs#L146
Non-nullable event 'OnConfigValueChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
WinchCommon/Config/JSONConfig.cs#L146
Non-nullable field '_defaultConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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