refactor: fix sonar issues due to updated analyzers (#443) #284
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/DirectoryInfo/ExceptionTests.cs#L16
The type argument string? from ExceptionTests.GetDirectoryInfoCallbacks 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/DirectoryInfo/ExceptionTests.cs#L34
The type argument string? from ExceptionTests.GetDirectoryInfoCallbacks 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/DirectoryInfo/ExceptionTests.cs#L63
The type argument string? from ExceptionTests.GetDirectoryInfoCallbacks 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/DirectoryInfo/ExceptionTests.cs#L82
The type argument string? from ExceptionTests.GetDirectoryInfoCallbacks 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