Skip to content

* Explicitly specifying FileShare.Read option when opening the file s… #35

* Explicitly specifying FileShare.Read option when opening the file s…

* Explicitly specifying FileShare.Read option when opening the file s… #35

Triggered via push October 21, 2024 09:15
Status Success
Total duration 33s
Artifacts

dotnet-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#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#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#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#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#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)'