Skip to content

Merge pull request #89 from meshtastic/create-pull-request/patch #353

Merge pull request #89 from meshtastic/create-pull-request/patch

Merge pull request #89 from meshtastic/create-pull-request/patch #353

Triggered via push September 15, 2024 01:08
Status Success
Total duration 1m 24s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
test
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Meshtastic.Cli/CommandHandlers/MqttProxyCommandHandler.cs#L94
'MqttClientOptionsBuilder.WithTls()' is obsolete: 'Use WithTlsOptions(... configure) instead.'
build: Meshtastic.Cli/CommandHandlers/MqttProxyCommandHandler.cs#L94
'MqttClientOptionsBuilder.WithTls()' is obsolete: 'Use WithTlsOptions(... configure) instead.'
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: Meshtastic.Cli/CommandHandlers/MqttProxyCommandHandler.cs#L94
'MqttClientOptionsBuilder.WithTls()' is obsolete: 'Use WithTlsOptions(... configure) instead.'
test: Meshtastic.Test/CommandHandlers/CommandHandlerTests.cs#L12
'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'