Skip to content

Merge pull request #817 from gbirchmeier/initiator-acceptor-cleanup #5

Merge pull request #817 from gbirchmeier/initiator-acceptor-cleanup

Merge pull request #817 from gbirchmeier/initiator-acceptor-cleanup #5

Triggered via push December 29, 2023 15:19
Status Success
Total duration 10m 57s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: QuickFIXn/AbstractInitiator.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: QuickFIXn/AbstractInitiator.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: QuickFIXn/ThreadedSocketAcceptor.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: QuickFIXn/ThreadedSocketAcceptor.cs#L58
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: QuickFIXn/Transport/SocketInitiator.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: QuickFIXn/Transport/SocketInitiator.cs#L37
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: QuickFIXn/HttpServer.cs#L590
'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
build: QuickFIXn/SocketReader.cs#L197
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build: QuickFIXn/Session.cs#L655
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build: QuickFIXn/AbstractInitiator.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.