Skip to content

Clean up some infra stuff. #17

Clean up some infra stuff.

Clean up some infra stuff. #17

Triggered via push August 5, 2023 17:44
Status Success
Total duration 1m 41s
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#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.
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.