Skip to content

Pine 0.3.19

Pine 0.3.19 #61

Triggered via release September 13, 2024 09:49
@ViirViir
published v0.3.19
Status Success
Total duration 4m 2s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build (macos-12)
The following actions use a deprecated Node.js version and will be forced to run on node20: olegtarasov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (macos-12): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L377
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L379
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L387
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L396
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L398
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L406
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L415
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L417
Dereference of a possibly null reference.
build (macos-12): implement/Pine.Core/ReusedInstances.cs#L423
Dereference of a possibly null reference.
build (ubuntu-22.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: olegtarasov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-22.04): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L377
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L379
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L387
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L396
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L398
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L406
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L415
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L417
Dereference of a possibly null reference.
build (ubuntu-22.04): implement/Pine.Core/ReusedInstances.cs#L423
Dereference of a possibly null reference.
build (windows-2022)
The following actions use a deprecated Node.js version and will be forced to run on node20: olegtarasov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (windows-2022): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (windows-2022): implement/Pine.Core/PineValueAsString.cs#L16
The type 'Pine.Core.PineValue.ListValue?' cannot be used as type parameter 'TKey' in the generic type or method 'FrozenDictionary.ToFrozenDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>?)'. Nullability of type argument 'Pine.Core.PineValue.ListValue?' doesn't match 'notnull' constraint.
build (windows-2022): implement/Pine.Core/PineValueAsString.cs#L18
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<KeyValuePair<string, PineValue>, PineValue.ListValue?>' (possibly because of nullability attributes).
build (windows-2022): implement/Pine.Core/PineValueAsString.cs#L16
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L377
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L379
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L387
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L396
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L398
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L406
Dereference of a possibly null reference.