Improve build speed #14
Annotations
10 warnings
nanoFirmwareFlasher.Library/NanoDeviceOperations.cs#L167
Unreachable code detected
|
nanoFirmwareFlasher.Library/FileDeployment/FileDeploymentManager.cs#L56
The variable 'ex' is declared but never used
|
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.
|
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)
|
nanoFirmwareFlasher.Library/JLinkCli.cs#L451
Missing XML comment for publicly visible type or member 'JLinkCli.ShowCLIOutput(string)'
|
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.
|
nanoFirmwareFlasher.Library/NanoDeviceOperations.cs#L167
Unreachable code detected
|
nanoFirmwareFlasher.Library/FileDeployment/FileDeploymentManager.cs#L56
The variable 'ex' is declared but never used
|
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)
|
nanoFirmwareFlasher.Library/JLinkCli.cs#L451
Missing XML comment for publicly visible type or member 'JLinkCli.ShowCLIOutput(string)'
|
This job succeeded
Loading