Skip to content

PR 586 Continued

PR 586 Continued #345

Triggered via pull request April 28, 2025 16:41
Status Success
Total duration 11m 20s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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