HW4 #6
Open
HW4 #6
Annotations
8 warnings
Build:
HW04FTP/CLIENT/Network.cs#L77
Possible null reference return.
|
Build:
HW04FTP/CLIENT/Network.cs#L77
Possible null reference return.
|
Build:
HW04FTP/SERVER/Network.cs#L34
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
HW04FTP/SERVER/Network.cs#L48
Possible null reference argument for parameter 'commandType' in 'Task<string> Executor.RespondCommand(string commandType, string path)'.
|
Build:
HW04FTP/SERVER/Network.cs#L48
Possible null reference argument for parameter 'path' in 'Task<string> Executor.RespondCommand(string commandType, string path)'.
|
Build:
HW04FTP/SERVER/Network.cs#L34
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
HW04FTP/SERVER/Network.cs#L48
Possible null reference argument for parameter 'commandType' in 'Task<string> Executor.RespondCommand(string commandType, string path)'.
|
Build:
HW04FTP/SERVER/Network.cs#L48
Possible null reference argument for parameter 'path' in 'Task<string> Executor.RespondCommand(string commandType, string path)'.
|
The logs for this run have expired and are no longer available.
Loading