Prepare for KSA public release #6
Annotations
6 warnings
|
preview:
StarMapLoader/ModRepository.cs#L81
Possible null reference argument for parameter 'version' in 'bool ModDownloader.DownloadMod(IPCMod mod, IPCModVersion version, string location)'.
|
|
preview:
StarMap/GameFacade.cs#L32
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.
|
|
preview:
StarMap.Types/Pipes/PipeClient.cs#L51
The variable 'e' is declared but never used
|
|
preview:
StarMapLoader/ModRepository.cs#L81
Possible null reference argument for parameter 'version' in 'bool ModDownloader.DownloadMod(IPCMod mod, IPCModVersion version, string location)'.
|
|
preview:
StarMap/GameFacade.cs#L32
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.
|
|
preview:
StarMap.Types/Pipes/PipeClient.cs#L51
The variable 'e' is declared but never used
|