Pine 0.3.31 #73
Annotations
60 warnings
build (ubuntu-24.04):
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L172
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
build (ubuntu-24.04):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
build (ubuntu-24.04):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L637
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L639
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L647
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L656
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L658
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L666
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
build (ubuntu-24.04):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (ubuntu-24.04):
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L172
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L637
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L639
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L647
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L656
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L658
Dereference of a possibly null reference.
|
build (ubuntu-24.04):
implement/Pine.Core/ReusedInstances.cs#L666
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L172
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
build (macos-13):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
build (macos-13):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L637
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L639
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L647
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L656
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L658
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L666
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
|
build (macos-13):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
build (macos-13):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (macos-13):
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 (macos-13):
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 (macos-13):
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 (macos-13):
implement/Pine.Core/ReusedInstances.cs#L172
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L637
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L639
Dereference of a possibly null reference.
|
build (macos-13):
implement/Pine.Core/ReusedInstances.cs#L647
Dereference of a possibly null reference.
|
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/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L172
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
build (windows-2022):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L637
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L639
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L647
Dereference of a possibly null reference.
|
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/ReusedInstances.cs#L172
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
|
build (windows-2022):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L107
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
|
build (windows-2022):
implement/Pine.Core/Elm/BundledElmEnvironments.cs#L159
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L637
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L639
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L647
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L656
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L658
Dereference of a possibly null reference.
|
build (windows-2022):
implement/Pine.Core/ReusedInstances.cs#L666
Dereference of a possibly null reference.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pine-bin-v0.3.31-linux-x64
|
89.5 MB |
|
pine-bin-v0.3.31-osx-x64
|
91.1 MB |
|
pine-bin-v0.3.31-win-x64
|
89 MB |
|