CI: build only net6 target #17
Annotations
5 errors and 20 warnings
build
Assets file '/home/runner/work/logging/logging/src/NReco.Logging.File/obj/project.assets.json' doesn't have a target for 'netstandard2.0'. Ensure that restore has run and that you have included 'netstandard2.0' in the TargetFrameworks for your project.
|
build
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
build
Assets file '/home/runner/work/logging/logging/src/NReco.Logging.File/obj/project.assets.json' doesn't have a target for 'netstandard2.0'. Ensure that restore has run and that you have included 'netstandard2.0' in the TargetFrameworks for your project.
|
build
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
build
Process completed with exit code 1.
|
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)'
|