Prepare 1.2.0 release #39
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L52
Nullability in constraints for type parameter 'TState' of method 'XunitLogger.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.
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L7
Missing XML comment for publicly visible type or member 'XunitLogger'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L12
Missing XML comment for publicly visible type or member 'XunitLogger.XunitLogger(ITestOutputHelper, string?)'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L18
Missing XML comment for publicly visible type or member 'XunitLogger.Log<TState>(LogLevel, EventId, TState, Exception?, Func<TState, Exception, string>)'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L47
Missing XML comment for publicly visible type or member 'XunitLogger.IsEnabled(LogLevel)'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L52
Missing XML comment for publicly visible type or member 'XunitLogger.BeginScope<TState>(TState)'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L57
Missing XML comment for publicly visible type or member 'XunitLogger.Dispose()'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLoggerProvider.cs#L6
Missing XML comment for publicly visible type or member 'XunitLoggerProvider'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLoggerProvider.cs#L11
Missing XML comment for publicly visible type or member 'XunitLoggerProvider.XunitLoggerProvider(ITestOutputHelper, string?)'
|
src/ChromeProtocol.Tests.Extensions/Logging/XunitLoggerProvider.cs#L17
Missing XML comment for publicly visible type or member 'XunitLoggerProvider.CreateLogger(string)'
|
This job succeeded
Loading