fix: Directory.EnumerateDirectories
with trailing slash in path
(…
#258
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.Compression/ZipFileWrapper.cs#L201
Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042)
|
Source/Testably.Abstractions.Compression/ZipFileWrapper.cs#L216
Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042)
|
Source/Testably.Abstractions.Compression/ZipFileWrapper.cs#L233
Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042)
|
Source/Testably.Abstractions.Compression/ZipFileWrapper.cs#L251
Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042)
|
Source/Testably.Abstractions.Compression/ZipArchiveEntryWrapper.cs#L90
Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042)
|
The logs for this run have expired and are no longer available.
Loading