Skip to content

CI: build only net6 target #18

CI: build only net6 target

CI: build only net6 target #18

Triggered via push December 24, 2023 09:36
Status Success
Total duration 26s
Artifacts

dotnet-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: test/NReco.Logging.Tests/FileProviderTests.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L34
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L153
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L396
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L365
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L34
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L153
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L396
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead.
build: test/NReco.Logging.Tests/FileProviderTests.cs#L365
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
build: src/NReco.Logging.File/FileLogger.cs#L36
Missing XML comment for publicly visible type or member 'FileLogger.FileLogger(string, FileLoggerProvider)'
build: src/NReco.Logging.File/FileLogger.cs#L40
Missing XML comment for publicly visible type or member 'FileLogger.BeginScope<TState>(TState)'
build: src/NReco.Logging.File/FileLogger.cs#L44
Missing XML comment for publicly visible type or member 'FileLogger.IsEnabled(LogLevel)'
build: src/NReco.Logging.File/FileLogger.cs#L66
Missing XML comment for publicly visible type or member 'FileLogger.Log<TState>(LogLevel, EventId, TState, Exception, Func<TState, Exception, string>)'
build: src/NReco.Logging.File/FileLoggerExtensions.cs#L27
Missing XML comment for publicly visible type or member 'FileLoggerExtensions'
build: src/NReco.Logging.File/FileLoggerProvider.cs#L48
Missing XML comment for publicly visible type or member 'FileLoggerProvider.MinLevel'
build: src/NReco.Logging.File/FileLoggerProvider.cs#L85
Missing XML comment for publicly visible type or member 'FileLoggerProvider.FileLoggerProvider(string)'
build: src/NReco.Logging.File/FileLoggerProvider.cs#L88
Missing XML comment for publicly visible type or member 'FileLoggerProvider.FileLoggerProvider(string, bool)'
build: src/NReco.Logging.File/FileLoggerProvider.cs#L91
Missing XML comment for publicly visible type or member 'FileLoggerProvider.FileLoggerProvider(string, FileLoggerOptions)'
build: src/NReco.Logging.File/FileLoggerProvider.cs#L102
Missing XML comment for publicly visible type or member 'FileLoggerProvider.CreateLogger(string)'