grr #107
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Upload a Build Artifact
No files were found with the provided path: ArtNetSharp/bin/Release//ArtNetSharp.dll. No artifacts will be uploaded.
|
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:
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.
|
Loading