Switch bundled Elm compiler to elm-syntax version 7.3.7 #3422
Annotations
50 warnings
Compile Overview of Test Results
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
|
Prebuild:
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
Prebuild:
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.
|
Prebuild:
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).
|
Prebuild:
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>'.
|
Prebuild:
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
Prebuild:
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Prebuild:
implement/Pine.Core/ReusedInstances.cs#L170
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
Prebuild:
implement/Pine.Core/ReusedInstances.cs#L633
Dereference of a possibly null reference.
|
Prebuild:
implement/Pine.Core/ReusedInstances.cs#L635
Dereference of a possibly null reference.
|
Prebuild:
implement/Pine.Core/ReusedInstances.cs#L643
Dereference of a possibly null reference.
|
Run tests with dotnet test
Possible null reference argument for parameter 'source' in 'int Enumerable.Sum<(int entryId, GetEntryOverviewResponseEntry entryOverview)>(IEnumerable<(int entryId, GetEntryOverviewResponseEntry entryOverview)> source, Func<(int entryId, GetEntryOverviewResponseEntry entryOverview), int> selector)'.
|
Run tests with dotnet test
Dereference of a possibly null reference.
|
Run tests with dotnet test
Dereference of a possibly null reference.
|
Run tests with dotnet test
Unreachable code detected
|
Run tests with dotnet test
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Run tests with dotnet test
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Run tests with dotnet test
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Run tests with dotnet test
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Run tests with dotnet test
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Run tests with dotnet test
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Run Pine tests with dotnet test
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
Run Pine tests with dotnet test
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
Run Pine tests with dotnet test
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Run Pine tests with dotnet test
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
Run Pine tests with dotnet test
Dereference of a possibly null reference.
|
Run Pine tests with dotnet test
Dereference of a possibly null reference.
|
Run Pine tests with dotnet test
Dereference of a possibly null reference.
|
Run Pine tests with dotnet test
Dereference of a possibly null reference.
|
Run Pine tests with dotnet test
Dereference of a possibly null reference.
|
Run Pine tests with dotnet test
Dereference of a possibly null reference.
|
dotnet publish Pine:
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
dotnet publish Pine:
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
dotnet publish Pine:
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
dotnet publish Pine:
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.
|
dotnet publish Pine:
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).
|
dotnet publish Pine:
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>'.
|
dotnet publish Pine:
implement/Pine.Core/ReusedInstances.cs#L170
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
dotnet publish Pine:
implement/Pine.Core/ReusedInstances.cs#L633
Dereference of a possibly null reference.
|
dotnet publish Pine:
implement/Pine.Core/ReusedInstances.cs#L635
Dereference of a possibly null reference.
|
dotnet publish Pine:
implement/Pine.Core/ReusedInstances.cs#L643
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L170
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L633
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L635
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L643
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L654
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L662
Dereference of a possibly null reference.
|
dotnet publish with separate assemblies:
implement/Pine.Core/ReusedInstances.cs#L671
Dereference of a possibly null reference.
|
Loading