refactor: fix sonar issues due to updated analyzers #1472
Annotations
10 warnings
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/DirectoryInfoFactory/ExceptionTests.cs#L15
The type argument string? from ExceptionTests.GetDirectoryInfoFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/DirectoryInfoFactory/ExceptionTests.cs#L33
The type argument string? from ExceptionTests.GetDirectoryInfoFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/DirectoryInfoFactory/ExceptionTests.cs#L53
The type argument string? from ExceptionTests.GetDirectoryInfoFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/DirectoryInfoFactory/ExceptionTests.cs#L72
The type argument string? from ExceptionTests.GetDirectoryInfoFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/DriveInfoFactory/ExceptionTests.cs#L32
The type argument string? from ExceptionTests.GetDriveInfoFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/DriveInfoFactory/ExceptionTests.cs#L50
The type argument string? from ExceptionTests.GetDriveInfoFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/Path/ExceptionTests.cs#L15
The type argument string? from ExceptionTests.GetPathCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/Path/ExceptionTests.cs#L33
The type argument string? from ExceptionTests.GetPathCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/Path/ExceptionTests.cs#L53
The type argument string? from ExceptionTests.GetPathCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
Build solution:
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcherFactory/ExceptionTests.cs#L16
The type argument string? from ExceptionTests.GetFileSystemWatcherFactoryCallbacks is nullable, while the type of the corresponding test method parameter paramName is not. Make the TheoryData type non-nullable, or make the test method parameter nullable. (https://xunit.net/xunit.analyzers/rules/xUnit1040)
|
The logs for this run have expired and are no longer available.
Loading