Merge pull request #232 from Analogy-LogViewer/dependabot/nuget/MSTes… #448
Annotations
20 warnings
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Receiver/UdpReciever.cs#L16
Non-nullable field '_remoteEndPoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Receiver/UdpReciever.cs#L16
Non-nullable field '_udpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Non-nullable field '_fullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Receiver/TcpReceiver.cs#L17
Non-nullable field '_server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
Analogy.LogViewer.Log4jXml/Core/Receiver/TcpReceiver.cs#L43
Nullability of reference types in type of parameter 'sender' of 'void TcpReceiver.AcceptAsyncCompleted(object sender, SocketAsyncEventArgs e)' doesn't match the target delegate 'EventHandler<SocketAsyncEventArgs>' (possibly because of nullability attributes).
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Non-nullable field '_fullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Filters/SourceFilter.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Receiver/ReceiverBase.cs#L16
Possible null reference return.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Receiver/UdpReciever.cs#L16
Non-nullable field '_remoteEndPoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Receiver/UdpReciever.cs#L16
Non-nullable field '_udpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Receiver/TcpReceiver.cs#L17
Non-nullable field '_server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Receiver/ReceiverBase.cs#L13
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
Analogy.LogViewer.Log4jXml/Core/Receiver/ReceiverBase.cs#L22
Non-nullable property 'LogReaderFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading