Bump js-yaml from 4.1.1 to 4.2.0 in /implement/vscode/extension/pine#45
Merged
Viir merged 1 commit intoJun 25, 2026
Annotations
1 error and 31 warnings
|
Compile Overview of Test Results
Process completed with exit code 1.
|
|
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
|
|
Run integration tests:
implement/pine/Program.cs#L752
Possible null reference argument for parameter 'source' in 'CopyElmAppStateReport Program.CopyElmAppState(string source, string? sourceDefaultPassword, string? destination, string? destinationDefaultPassword)'.
|
|
Run integration tests:
implement/pine/Program.cs#L746
Possible null reference argument for parameter 'site' in 'string? UserSecrets.LoadPasswordForSite(string site)'.
|
|
Run integration tests:
implement/pine/Program.cs#L702
Possible null reference argument for parameter 'site' in 'DeployAppReport Program.DeployApp(string sourcePath, string site, string? siteDefaultPassword, bool initElmAppState, bool promptForPasswordOnConsole)'.
|
|
Run integration tests:
implement/pine/Program.cs#L701
Possible null reference argument for parameter 'sourcePath' in 'DeployAppReport Program.DeployApp(string sourcePath, string site, string? siteDefaultPassword, bool initElmAppState, bool promptForPasswordOnConsole)'.
|
|
Run integration tests:
implement/pine/Program.cs#L697
Possible null reference argument for parameter 'site' in 'string? UserSecrets.LoadPasswordForSite(string site)'.
|
|
Run integration tests:
implement/pine/Program.cs#L551
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
|
Run integration tests:
implement/pine/Program.cs#L551
Dereference of a possibly null reference.
|
|
Run integration tests:
implement/pine/Program.cs#L460
Possible null reference argument for parameter 'entryPoint' in 'Result<string, int> Program.RunElmAppOnCommandLine(string inputDirectory, string entryPoint)'.
|
|
Run integration tests:
implement/pine/Program.cs#L156
Possible null reference argument for parameter 'password' in 'void UserSecrets.StorePasswordForSite(string site, string password)'.
|
|
Run integration tests:
implement/pine/Program.cs#L156
Possible null reference argument for parameter 'site' in 'void UserSecrets.StorePasswordForSite(string site, string password)'.
|
|
Run Pine Core tests:
implement/Pine.Core/Interpreter/IntermediateVM/PineVM.cs#L1406
Possible null reference argument for parameter 'FrameInput' in 'EnteredStackFrame.EnteredStackFrame(long FrameIndex, int StackFrameDepth, StackFrameInstructions Instructions, Expression FrameExpression, StackFrameInput FrameInput)'.
|
|
Run Pine Core tests:
implement/Pine.Core/Interpreter/IntermediateVM/PineVM.cs#L1104
Cannot convert null literal to non-nullable reference type.
|
|
Run Pine Core tests:
implement/Pine.Core/Interpreter/IntermediateVM/PineVM.cs#L1103
Cannot convert null literal to non-nullable reference type.
|
|
Run Pine Core tests:
implement/Pine.Core/IO/RecordingFileStoreWriter.cs#L161
Possible null reference return.
|
|
Run Pine Core tests:
implement/Pine.Core/BundledDeclarations.cs#L200
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Run Pine Core tests:
implement/Pine.Core/BundledDeclarations.cs#L45
Possible null reference return.
|
|
Run Pine Core tests:
implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L24
Nullability of reference types in value of type 'Task<BundledPineToDotnet?>' doesn't match target type 'Task<BundledPineToDotnet>'.
|
|
Run Pine Core tests:
implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L346
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Run Pine Core tests:
implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L47
Possible null reference return.
|
|
Run Pine Core tests:
implement/Pine.Core/Elm/ElmCompilerInDotnet/ElmSyntaxOptimizationSpecializationCollection.cs#L114
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
|
Prebuild:
implement/Pine.Core/IO/RecordingFileStoreWriter.cs#L161
Possible null reference return.
|
|
Prebuild:
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>'.
|
|
Prebuild:
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).
|
|
Prebuild:
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.
|
|
Prebuild:
implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L24
Nullability of reference types in value of type 'Task<BundledPineToDotnet?>' doesn't match target type 'Task<BundledPineToDotnet>'.
|
|
Prebuild:
implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L346
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Prebuild:
implement/Pine.Core/BundledDeclarations.cs#L200
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Prebuild:
implement/Pine.Core/BundledDeclarations.cs#L45
Possible null reference return.
|
|
Prebuild:
implement/Pine.Core/Bundle/BundledPineToDotnet.cs#L47
Possible null reference return.
|
|
Prebuild:
implement/Pine.Core/Elm/ElmCompilerInDotnet/ElmSyntaxOptimizationSpecializationCollection.cs#L114
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
background
wait
wait-all
cancel
parallel
Loading