Skip to content

Re-add versioning to lib. #20

Re-add versioning to lib.

Re-add versioning to lib. #20

Triggered via push June 14, 2024 19:37
Status Success
Total duration 2m 35s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
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/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 (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/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/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 (ubuntu-latest): nanoFirmwareFlasher.Library/Exceptions/EspToolExecutionException.cs#L53
'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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-latest): nanoFirmwareFlasher.Library/Exceptions/EspToolExecutionException.cs#L53
'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 (windows-latest): nanoFirmwareFlasher.Library/Exceptions/NanoDeviceOperationFailedException.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 (windows-latest): nanoFirmwareFlasher.Library/Exceptions/NoOperationPerformedException.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)