Skip to content

Handle sync open.

Handle sync open. #12

Triggered via push August 3, 2023 19:09
Status Success
Total duration 3m 22s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
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#L188
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_exec(ChannelHandle channel, string cmd)'.
build: src/Tmds.Ssh/SshChannel.cs#L201
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_subsystem(ChannelHandle channel, string subsys)'.
build: src/Tmds.Ssh/SshChannel.cs#L226
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_subsystem(ChannelHandle channel, string subsys)'.
build: src/Tmds.Ssh/SshChannel.cs#L293
Converting null literal or possible null value to non-nullable type.
build: src/Tmds.Ssh/SshChannel.cs#L294
Dereference of a possibly null reference.
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#L188
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_exec(ChannelHandle channel, string cmd)'.
build: src/Tmds.Ssh/SshChannel.cs#L201
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_subsystem(ChannelHandle channel, string subsys)'.
build: src/Tmds.Ssh/SshChannel.cs#L226
Possible null reference argument for parameter 'channel' in 'int Interop.ssh_channel_request_subsystem(ChannelHandle channel, string subsys)'.
build: src/Tmds.Ssh/SshChannel.cs#L293
Converting null literal or possible null value to non-nullable type.
build: src/Tmds.Ssh/SshChannel.cs#L294
Dereference of a possibly null reference.