Skip to content

Run tests in CI

Run tests in CI #10

Triggered via push August 3, 2023 18:52
Status Failure
Total duration 3m 26s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Tmds.Ssh/SshChannel.cs#L143
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_open_session(ChannelHandle channel)'.
build: src/Tmds.Ssh/SshChannel.cs#L146
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_open_forward(ChannelHandle channel, string remotehost, int remoteport, string sourcehost, int localport)'.
build: src/Tmds.Ssh/SshChannel.cs#L149
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_open_forward_unix(ChannelHandle channel, string remotepath, string sourcehost, int localport)'.
build: src/Tmds.Ssh/SshChannel.cs#L183
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_exec(ChannelHandle channel, string cmd)'.
build: src/Tmds.Ssh/SshChannel.cs#L196
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_subsystem(ChannelHandle channel, string subsys)'.
build: src/Tmds.Ssh/SshChannel.cs#L221
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_subsystem(ChannelHandle channel, string subsys)'.
build: src/Tmds.Ssh/SshChannel.cs#L288
Converting null literal or possible null value to non-nullable type.
build: src/Tmds.Ssh/SshChannel.cs#L289
Dereference of a possibly null reference.