fix: fix settings not being saved #8
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
JSharp/Converters/BorderTypeConverter.cs#L19
Possible null reference return.
|
JSharp/Converters/BorderTypeConverter.cs#L28
Possible null reference return.
|
JSharp/Converters/BorderTypeConverter.cs#L30
Converting null literal or possible null value to non-nullable type.
|
JSharp/Converters/BorderTypeConverter.cs#L31
Possible null reference argument for parameter 'localizedBorderType' in 'BorderType BorderTypeHelper.BorderizeLocalizedBorderType(string localizedBorderType)'.
|
JSharp/Converters/ThresholdingTypeConverter.cs#L18
Possible null reference return.
|
JSharp/Converters/ThresholdingTypeConverter.cs#L27
Possible null reference return.
|
JSharp/Converters/ThresholdingTypeConverter.cs#L29
Converting null literal or possible null value to non-nullable type.
|
JSharp/Converters/ThresholdingTypeConverter.cs#L30
Possible null reference argument for parameter 'input' in 'ThresholdingType ThresholdingTypeHelper.MapLocalStringToThresholdingType(string input)'.
|
JSharp/Converters/SimpleThresholdingTypeConverter.cs#L17
Possible null reference return.
|
JSharp/Converters/SimpleThresholdingTypeConverter.cs#L26
Possible null reference return.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Build artifacts".
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