PR 586 Continued #345
Annotations
10 warnings
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L139
Dereference of a possibly null reference.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L120
Dereference of a possibly null reference.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L116
Converting null literal or possible null value to non-nullable type.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L7
The using directive for 'QuickFix.Logger' appeared previously in this namespace
|
|
build:
UnitTests/RestartingTheThreadedSocketAcceptorTests.cs#L26
Non-nullable field '_acceptor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L43
The field 'ThreadedSocketReactor._serverThread' is assigned but its value is never used
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L139
Dereference of a possibly null reference.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L120
Dereference of a possibly null reference.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L116
Converting null literal or possible null value to non-nullable type.
|
|
build:
QuickFIXn/ThreadedSocketReactor.cs#L7
The using directive for 'QuickFix.Logger' appeared previously in this namespace
|