Grrrrrrr #109
Annotations
2 errors and 10 warnings
The run was canceled by @patrick-dmxc.
|
Test
The operation was canceled.
|
Build:
ArtNetSharp/ApplicationLogging.cs#L100
The variable 'e' is declared but never used
|
Build:
ArtNetSharp/Communication/PortConfig.cs#L39
The event 'PortConfig.RDMMessageReceived' is never used
|
Build:
ArtNetSharp/ApplicationLogging.cs#L100
The variable 'e' is declared but never used
|
Build:
ArtNetSharp/Communication/PortConfig.cs#L39
The event 'PortConfig.RDMMessageReceived' is never used
|
Build:
ArtNetSharp/ApplicationLogging.cs#L100
The variable 'e' is declared but never used
|
Build:
ArtNetSharp/Communication/PortConfig.cs#L39
The event 'PortConfig.RDMMessageReceived' is never used
|
Build:
ArtNetTests/TestLoggerProvider.cs#L38
Nullability of reference types in type of parameter 'exception' of 'void ConsoleLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build:
ArtNetTests/TestLoggerProvider.cs#L28
Nullability in constraints for type parameter 'TState' of method 'TestLoggerProvider.ConsoleLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Build:
ArtNetTests/TestOS.cs#L44
'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'
|
Build:
ArtNetTests/TestOS.cs#L54
'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'
|
Loading