Skip to content

Merge pull request #82 from meshtastic/wip #336

Merge pull request #82 from meshtastic/wip

Merge pull request #82 from meshtastic/wip #336

Triggered via push July 14, 2024 12:31
Status Failure
Total duration 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
test: Meshtastic.Test/CommandHandlers/CommandHandlerTests.cs#L97
There is no argument given that corresponds to the required parameter 'commandContext' of 'FixedPositionCommandHandler.FixedPositionCommandHandler(decimal, decimal, int, bool, DeviceConnectionContext, CommandContext)'
test
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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'