misc code and warning cleanup (rethrows, nullable, among others) #12
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)
|
The logs for this run have expired and are no longer available.
Loading