refactor: update supported frameworks #1184
Annotations
10 warnings
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L26
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L42
'MockFileStreamFactory.Create(string, FileMode, FileAccess)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode, FileAccess)` instead.'
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L85
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L128
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L144
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamFactoryTests.cs#L159
'MockFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryInfoTests.cs#L521
This call site is reachable on all platforms. 'DirectorySecurity' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryInfoTests.cs#L521
This call site is reachable on all platforms. 'DirectoryInfoAclExtensions.Create(IDirectoryInfo, DirectorySecurity)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileArgumentPathTests.cs#L55
This call site is reachable on all platforms. 'IFile.Encrypt(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run tests:
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileArgumentPathTests.cs#L54
This call site is reachable on all platforms. 'IFile.Decrypt(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
The logs for this run have expired and are no longer available.
Loading