Skip to content

apply recommended patches from upstream projects #5147

apply recommended patches from upstream projects

apply recommended patches from upstream projects #5147

Re-run triggered April 25, 2026 19:01
Status Success
Total duration 24m 37s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L41
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, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
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, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L24
Nullability of reference types in value of type 'Task<BundledPineToDotnet?>' doesn't match target type 'Task<BundledPineToDotnet>'.
build (windows-2022, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L344
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L200
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L45
Possible null reference return.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L41
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, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
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, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L24
Nullability of reference types in value of type 'Task<BundledPineToDotnet?>' doesn't match target type 'Task<BundledPineToDotnet>'.
build (windows-2022, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L344
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L200
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L45
Possible null reference return.
build (windows-2022, false)
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
build (windows-2022, false): implement/pine/Program.cs#L716
Possible null reference argument for parameter 'site' in 'string? UserSecrets.LoadPasswordForSite(string site)'.
build (windows-2022, false): implement/pine/Program.cs#L672
Possible null reference argument for parameter 'site' in 'DeployAppReport Program.DeployApp(string sourcePath, string site, string? siteDefaultPassword, bool initElmAppState, bool promptForPasswordOnConsole)'.
build (windows-2022, false): implement/pine/Program.cs#L671
Possible null reference argument for parameter 'sourcePath' in 'DeployAppReport Program.DeployApp(string sourcePath, string site, string? siteDefaultPassword, bool initElmAppState, bool promptForPasswordOnConsole)'.
build (windows-2022, false): implement/pine/Program.cs#L667
Possible null reference argument for parameter 'site' in 'string? UserSecrets.LoadPasswordForSite(string site)'.
build (windows-2022, false): implement/pine/Program.cs#L551
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
build (windows-2022, false): implement/pine/Program.cs#L551
Dereference of a possibly null reference.
build (windows-2022, false): implement/pine/Elm019/ElmPackage.cs#L91
Dereference of a possibly null reference.
build (windows-2022, false): implement/pine/Program.cs#L460
Possible null reference argument for parameter 'entryPoint' in 'Result<string, int> Program.RunElmAppOnCommandLine(string inputDirectory, string entryPoint)'.
build (windows-2022, false): implement/pine/Program.cs#L156
Possible null reference argument for parameter 'password' in 'void UserSecrets.StorePasswordForSite(string site, string password)'.
build (windows-2022, false): implement/pine/Program.cs#L156
Possible null reference argument for parameter 'site' in 'void UserSecrets.StorePasswordForSite(string site, string password)'.
build (windows-2022, false): implement/Pine.Core/Files/TarArchive.cs#L55
Argument of type 'ImmutableList<(string? name, FileTree component)>' cannot be used for parameter 'directoryContent' of type 'IReadOnlyList<(string name, FileTree component)>' in 'FileTree FileTree.SortedDirectory(IReadOnlyList<(string name, FileTree component)> directoryContent)' due to differences in the nullability of reference types.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L41
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, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
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, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L24
Nullability of reference types in value of type 'Task<BundledPineToDotnet?>' doesn't match target type 'Task<BundledPineToDotnet>'.
build (windows-2022, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L344
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L200
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L45
Possible null reference return.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (windows-2022, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L41
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, false): implement/Pine.Core/CommonEncodings/StringEncoding.cs#L39
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, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L24
Nullability of reference types in value of type 'Task<BundledPineToDotnet?>' doesn't match target type 'Task<BundledPineToDotnet>'.
build (windows-2022, false): implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L344
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L200
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022, false): implement/Pine.Core/BundledDeclarations.cs#L45
Possible null reference return.