chore(deps): update dependency xunit to v2.6.0 (#416) #259
Annotations
10 warnings
Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs#L24
Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953)
|
Source/Testably.Abstractions.Interface/Helpers/PathSystemBase.cs#L163
Make sure publicly writable directories are used safely here. (https://rules.sonarsource.com/csharp/RSPEC-5443)
|
Source/Testably.Abstractions.Interface/Helpers/PathSystemBase.cs#L159
'Path.GetTempFileName()' is insecure. Use 'Path.GetRandomFileName()' instead. (https://rules.sonarsource.com/csharp/RSPEC-5445)
|
Source/Testably.Abstractions/RandomSystem/RandomFactory.cs#L31
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
Source/Testably.Abstractions/RandomSystem/RandomFactory.cs#L46
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
Source/Testably.Abstractions.Testing/FileSystemInitializerExtensions.cs#L88
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Source/Testably.Abstractions.Testing/Helpers/RandomFactory.cs#L31
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs#L513
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
Source/Testably.Abstractions.Testing/Helpers/ExceptionFactory.cs#L53
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Source/Testably.Abstractions.Testing/RandomSystem/RandomMock.cs#L55
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
The logs for this run have expired and are no longer available.
Loading