Skip to content

Add ability to test multiple OSes #21

Add ability to test multiple OSes

Add ability to test multiple OSes #21

Triggered via pull request June 14, 2024 19:44
Status Failure
Total duration 51s
Artifacts

smoketest-build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 warnings
build (macos-latest)
Unable to process file command 'env' successfully.
build (macos-latest)
Invalid format '5.0.0'
build (windows-latest)
The job was canceled because "macos-latest" failed.
build (windows-latest)
The operation was canceled.
build (macos-latest): nanoFirmwareFlasher.Library/Esp32Operations.cs#L607
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (macos-latest): nanoFirmwareFlasher.Library/FileDeployment/FileDeploymentManager.cs#L57
The variable 'ex' is declared but never used
build (macos-latest): nanoFirmwareFlasher.Library/Esp32DeviceInfo.cs#L94
Parameter 'psRamSize' has no matching param tag in the XML comment for 'Esp32DeviceInfo.Esp32DeviceInfo(string, string, string, string, string, byte, short, int, PSRamAvailability, int)' (but other parameters do)
build (macos-latest): nanoFirmwareFlasher.Library/JLinkCli.cs#L451
Missing XML comment for publicly visible type or member 'JLinkCli.ShowCLIOutput(string)'
build (macos-latest): nanoFirmwareFlasher.Library/Esp32Operations.cs#L607
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (macos-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToDfuDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (macos-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToJLinkDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (macos-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToJtagDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (macos-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToNanoDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (macos-latest): nanoFirmwareFlasher.Library/Exceptions/DfuFileDoesNotExistException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): nanoFirmwareFlasher.Library/Esp32Operations.cs#L607
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (ubuntu-latest): nanoFirmwareFlasher.Library/FileDeployment/FileDeploymentManager.cs#L57
The variable 'ex' is declared but never used
build (ubuntu-latest): nanoFirmwareFlasher.Library/Esp32DeviceInfo.cs#L94
Parameter 'psRamSize' has no matching param tag in the XML comment for 'Esp32DeviceInfo.Esp32DeviceInfo(string, string, string, string, string, byte, short, int, PSRamAvailability, int)' (but other parameters do)
build (ubuntu-latest): nanoFirmwareFlasher.Library/JLinkCli.cs#L451
Missing XML comment for publicly visible type or member 'JLinkCli.ShowCLIOutput(string)'
build (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToDfuDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToJtagDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/CantConnectToNanoDeviceException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/DfuFileDoesNotExistException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/DfuOperationFailedException.cs#L46
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/EraseEsp32FlashException.cs#L45
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)