Skip to content

Merge pull request #86 from meshtastic/wip #345

Merge pull request #86 from meshtastic/wip

Merge pull request #86 from meshtastic/wip #345

Re-run triggered September 5, 2024 19:55
Status Failure
Total duration 1m 35s
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. 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'