Add different rolling name conventions (#66) #22
Annotations
21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L27
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L268
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#L511
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L480
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#L27
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L268
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#L511
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead.
|
build:
test/NReco.Logging.Tests/FileProviderTests.cs#L480
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)'
|