Skip to content

Switch GitHub Actions build to net8 #23

Switch GitHub Actions build to net8

Switch GitHub Actions build to net8 #23

Triggered via push June 4, 2024 15:40
Status Success
Total duration 28s
Artifacts

dotnet-test.yml

on: push
Fit to window
Zoom out
Zoom in

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@v3. 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. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
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#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#L268
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#L511
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#L511
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#L480
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#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#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
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)'