Add .NET 10 TFM and clean up usings #82
Merged
Annotations
20 warnings
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L483
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L514
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L271
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L27
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L483
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L514
Do not use Assert.False() to check for substrings. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L271
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
test/NReco.Logging.Tests/FileProviderTests.cs#L27
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build Lib:
src/NReco.Logging.File/FileLoggerProvider.cs#L98
Missing XML comment for publicly visible type or member 'FileLoggerProvider.CreateLogger(string)'
|
|
Build Lib:
src/NReco.Logging.File/FileLoggerProvider.cs#L87
Missing XML comment for publicly visible type or member 'FileLoggerProvider.FileLoggerProvider(string, FileLoggerOptions)'
|
|
Build Lib:
src/NReco.Logging.File/FileLoggerProvider.cs#L84
Missing XML comment for publicly visible type or member 'FileLoggerProvider.FileLoggerProvider(string, bool)'
|
|
Build Lib:
src/NReco.Logging.File/FileLoggerProvider.cs#L81
Missing XML comment for publicly visible type or member 'FileLoggerProvider.FileLoggerProvider(string)'
|
|
Build Lib:
src/NReco.Logging.File/FileLoggerProvider.cs#L44
Missing XML comment for publicly visible type or member 'FileLoggerProvider.MinLevel'
|
|
Build Lib:
src/NReco.Logging.File/FileLoggerExtensions.cs#L22
Missing XML comment for publicly visible type or member 'FileLoggerExtensions'
|
|
Build Lib:
src/NReco.Logging.File/FileLogger.cs#L40
Missing XML comment for publicly visible type or member 'FileLogger.Log<TState>(LogLevel, EventId, TState, Exception, Func<TState, Exception, string>)'
|
|
Build Lib:
src/NReco.Logging.File/FileLogger.cs#L36
Missing XML comment for publicly visible type or member 'FileLogger.IsEnabled(LogLevel)'
|
|
Build Lib:
src/NReco.Logging.File/FileLogger.cs#L32
Missing XML comment for publicly visible type or member 'FileLogger.BeginScope<TState>(TState)'
|
|
Build Lib:
src/NReco.Logging.File/FileLogger.cs#L28
Missing XML comment for publicly visible type or member 'FileLogger.FileLogger(string, FileLoggerProvider)'
|
Loading