Skip to content

chore(deps): update dependency nunit to v4 #1183

chore(deps): update dependency nunit to v4

chore(deps): update dependency nunit to v4 #1183

Triggered via pull request December 4, 2023 16:55
Status Failure
Total duration 7m 11s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 30 warnings
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs#L15
'Assert' does not contain a definition for 'IsNull'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L19
'Assert' does not contain a definition for 'IsNull'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L34
'Assert' does not contain a definition for 'AreEqual'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L50
'Assert' does not contain a definition for 'AreEqual'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs#L16
'Assert' does not contain a definition for 'IsNull'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileInfoFactoryTests.cs#L15
'Assert' does not contain a definition for 'IsNull'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ConvertersTests.cs#L58
'Assert' does not contain a definition for 'IsNull'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs#L16
'Assert' does not contain a definition for 'IsNull'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L19
'Assert' does not contain a definition for 'IsNull'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L34
'Assert' does not contain a definition for 'AreEqual'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L50
'Assert' does not contain a definition for 'AreEqual'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs#L15
'Assert' does not contain a definition for 'IsNull'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileInfoFactoryTests.cs#L15
'Assert' does not contain a definition for 'IsNull'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ConvertersTests.cs#L58
'Assert' does not contain a definition for 'IsNull'
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ApiParityTests.cs#L3
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/ConvertersTests.cs#L4
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoFactoryTests.cs#L1
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryInfoTests.cs#L1
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DirectoryWrapperTests.cs#L1
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/DriveInfoFactoryTests.cs#L1
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileInfoFactoryTests.cs#L1
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs#L2
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemWatcherFactoryTests.cs#L1
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileInfoBaseConversionTests.cs#L3
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
Test (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (ubuntu-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (ubuntu-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L26
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L42
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L85
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L128
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L144
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (ubuntu-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L159
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (macos-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (macos-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L26
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L42
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L85
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L128
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L144
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (macos-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L159
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (windows-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (windows-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L26
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L42
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L85
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L128
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L144
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
Test (windows-latest): tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L159
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'