Skip to content

Use fetch-depth for versioning. #18

Use fetch-depth for versioning.

Use fetch-depth for versioning. #18

Triggered via push June 14, 2024 19:30
Status Failure
Total duration 46s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (macos-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
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)
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/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/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 (macos-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)