Skip to content

Protos 2.5

Protos 2.5 #349

Triggered via pull request September 15, 2024 01:05
@thebenternthebentern
opened #88
wip
Status Success
Total duration 1m 39s
Artifacts

ci.yml

on: pull_request
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'