Skip to content

refactor: use Nuke.build pipeline #1601

refactor: use Nuke.build pipeline

refactor: use Nuke.build pipeline #1601

Triggered via pull request February 22, 2025 20:21
Status Failure
Total duration 5m 5s
Artifacts 4

ci.yml

on: pull_request
Matrix: Unit tests
Static code analysis
2m 38s
Static code analysis
Publish Tests Results
14s
Publish Tests Results
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 50 warnings
Unit tests (windows-latest)
Target "DotNetFrameworkUnitTests" has thrown an exception
Unit tests (windows-latest)
Process completed with exit code 1.
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoFactoryTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoFactoryTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoFactoryTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoFactoryTests.Wrap_WithNull_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoTests.Parent_ForRootDirectory_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests.GetParent_ForRootDirectory_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests.GetParent_ForSimpleSubfolderPath_ShouldReturnRoot()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(38,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests.GetParent_ForSimpleFilePath_ShouldReturnSubfolder()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DriveInfoFactoryTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
API tests
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DriveInfoFactoryTests.Wrap_WithNull_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(12,18): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(15,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.File()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(22,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.FileInfo()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(29,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.FileVersionInfo()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(36,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.Directory()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(43,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.DirectoryInfo()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(50,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.DriveInfo()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(57,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.Path()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/ApiParityTests.cs(64,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiParityTests.FileSystemWatcher()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Parity.Tests/TestableIO.System.IO.Abstractions.Parity.Tests.csproj::TargetFramework=net8.0]
Unit tests (ubuntu-latest)
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoFactoryTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoFactoryTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net8.0]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/FileSystemAbstractionBenchmarks.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/FileSystemAbstractionBenchmarks.cs(25,16): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.FileSystemAbstractionBenchmarks()' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/FileSystemAbstractionBenchmarks.cs(35,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.FileExists_DotNet()' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/FileSystemAbstractionBenchmarks.cs(38,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.FileExists_Abstraction()' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/FileSystemAbstractionBenchmarks.cs(43,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.DirectoryExists_DotNet()' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/FileSystemAbstractionBenchmarks.cs(46,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.DirectoryExists_Abstraction()' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/MockFileSystemBenchmarks.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'MockFileSystemBenchmarks' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/MockFileSystemBenchmarks.cs(25,31): warning CS1591: Missing XML comment for publicly visible type or member 'MockFileSystemBenchmarks.MockFileSystem_Constructor()' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/Support/DirectorySupport.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectorySupport' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (macos-latest)
/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/Support/DirectorySupport.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'DirectorySupport.DirectorySupport(IFileSystem)' [/Users/runner/work/System.IO.Abstractions/System.IO.Abstractions/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoFactoryTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoFactoryTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoFactoryTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoFactoryTests.Wrap_WithNull_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryInfoTests.Parent_ForRootDirectory_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests.GetParent_ForRootDirectory_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests.GetParent_ForSimpleSubfolderPath_ShouldReturnRoot()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs(38,21): warning CS1591: Missing XML comment for publicly visible type or member 'DirectoryWrapperTests.GetParent_ForSimpleFilePath_ShouldReturnSubfolder()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'DriveInfoFactoryTests' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'DriveInfoFactoryTests.Wrap_WithNull_ShouldReturnNull()' [/home/runner/work/System.IO.Abstractions/System.IO.Abstractions/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/TestableIO.System.IO.Abstractions.Wrappers.Tests.csproj::TargetFramework=net9.0]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\FileSystemAbstractionBenchmarks.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\FileSystemAbstractionBenchmarks.cs(25,16): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.FileSystemAbstractionBenchmarks()' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\FileSystemAbstractionBenchmarks.cs(35,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.FileExists_DotNet()' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\FileSystemAbstractionBenchmarks.cs(38,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.FileExists_Abstraction()' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\FileSystemAbstractionBenchmarks.cs(43,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.DirectoryExists_DotNet()' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\FileSystemAbstractionBenchmarks.cs(46,21): warning CS1591: Missing XML comment for publicly visible type or member 'FileSystemAbstractionBenchmarks.DirectoryExists_Abstraction()' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\MockFileSystemBenchmarks.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'MockFileSystemBenchmarks' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\MockFileSystemBenchmarks.cs(25,31): warning CS1591: Missing XML comment for publicly visible type or member 'MockFileSystemBenchmarks.MockFileSystem_Constructor()' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\Support\DirectorySupport.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'DirectorySupport' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]
Unit tests (windows-latest)
D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\Support\DirectorySupport.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'DirectorySupport.DirectorySupport(IFileSystem)' [D:\a\System.IO.Abstractions\System.IO.Abstractions\benchmarks\TestableIO.System.IO.Abstractions.Benchmarks\TestableIO.System.IO.Abstractions.Benchmarks.csproj]

Artifacts

Produced during runtime
Name Size Digest
API-tests Expired
2.84 KB
sha256:d0200d3d62228c78b1c14d5d941bd88da75653252e8d5373f0844e9035624fc2
Linux-artifacts Expired
668 KB
sha256:4519e15067f3077e7099e15e08c499f9acc90f0e48ec04c160e1b202242658ce
Windows-artifacts Expired
843 KB
sha256:7b0e63d2ef4fc3e5befad22dbcc479618570300b98283c4a0713e2a1bd473f08
macOS-artifacts Expired
666 KB
sha256:1a389f888bc78c8d324bbecb8d68be0ff77ff5c0f52676af69420d72736226c5