Skip to content

Fix old namespaces

Fix old namespaces #3

Triggered via push October 31, 2023 23:02
Status Failure
Total duration 58s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L40
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.
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L7
Missing XML comment for publicly visible type or member 'XunitLogger'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L12
Missing XML comment for publicly visible type or member 'XunitLogger.XunitLogger(ITestOutputHelper, string?)'
build: 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>)'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L35
Missing XML comment for publicly visible type or member 'XunitLogger.IsEnabled(LogLevel)'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L40
Missing XML comment for publicly visible type or member 'XunitLogger.BeginScope<TState>(TState)'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLogger.cs#L45
Missing XML comment for publicly visible type or member 'XunitLogger.Dispose()'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLoggerProvider.cs#L6
Missing XML comment for publicly visible type or member 'XunitLoggerProvider'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLoggerProvider.cs#L11
Missing XML comment for publicly visible type or member 'XunitLoggerProvider.XunitLoggerProvider(ITestOutputHelper, string?)'
build: src/ChromeProtocol.Tests.Extensions/Logging/XunitLoggerProvider.cs#L17
Missing XML comment for publicly visible type or member 'XunitLoggerProvider.CreateLogger(string)'