Skip to content

misc code and warning cleanup (rethrows, nullable, among others) #12

misc code and warning cleanup (rethrows, nullable, among others)

misc code and warning cleanup (rethrows, nullable, among others) #12

Triggered via pull request January 19, 2024 01:01
Status Success
Total duration 11m 10s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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)