Speed up automated tests by moving compilation from JavaScript to Pine #3147
Annotations
41 warnings
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
|
|
|
|
|
|
|
|
|
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
implement/Pine.Core/ReusedInstances.cs#L377
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L379
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L387
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L396
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L398
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L406
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L415
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L417
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L423
Dereference of a possibly null reference.
|
|
|
|
|
|
Argument of type 'ImmutableList<(string? name, TreeNodeWithStringPath component)>' cannot be used for parameter 'treeContent' of type 'IReadOnlyList<(string name, TreeNodeWithStringPath component)>' in 'TreeNodeWithStringPath TreeNodeWithStringPath.SortedTree(IReadOnlyList<(string name, TreeNodeWithStringPath component)> treeContent)' due to differences in the nullability of reference types.
|
|
|
|
|
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
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.
|
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).
|
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>'.
|
implement/Pine.Core/ReusedInstances.cs#L377
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L379
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L387
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L396
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L398
Dereference of a possibly null reference.
|
implement/Pine.Core/ReusedInstances.cs#L406
Dereference of a possibly null reference.
|
This job succeeded
Loading