Add test comment to Program.cs summary #59
Annotations
10 warnings
|
Build:
EchoTcpServer/Program.cs#L136
Nullability of reference types in type of parameter 'state' of 'void UdpTimedSender.SendMessageCallback(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
|
|
Build:
EchoTcpServer/Program.cs#L20
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
EchoTcpServer/Program.cs#L124
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
NetSdrClientApp/NetSdrClient.cs#L160
Cannot convert null literal to non-nullable reference type.
|
|
Build:
NetSdrClientApp/NetSdrClient.cs#L141
Possible null reference return.
|
|
Build:
NetSdrClientApp/Networking/TcpClientWrapper.cs#L120
The variable 'ex' is declared but never used
|
|
Build:
NetSdrClientApp/Networking/UdpClientWrapper.cs#L38
The variable 'ex' is declared but never used
|
|
Build:
NetSdrClientApp/Networking/TcpClientWrapper.cs#L63
Cannot convert null literal to non-nullable reference type.
|
|
Build:
NetSdrClientApp/NetSdrClient.cs#L22
Non-nullable field 'responseTaskSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
NetSdrClientApp/Networking/TcpClientWrapper.cs#L25
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading