Skip to content

update target frameworks #63

update target frameworks

update target frameworks #63

Triggered via push December 24, 2023 04:19
Status Success
Total duration 6m 24s
Artifacts

Build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FileSystem/src/Adapters/IAdapter.cs#L41
All 'WriteFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/IAdapter.cs#L42
All 'WriteFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/IAdapter.cs#L46
All 'AppendFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/IAdapter.cs#L47
All 'AppendFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/Adapter.cs#L18
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
build: FileSystem/src/Adapters/Adapter.cs#L159
All 'WriteFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/Adapter.cs#L164
All 'WriteFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/Adapter.cs#L179
All 'AppendFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/Adapter.cs#L200
All 'AppendFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: FileSystem/src/Adapters/Adapter.cs#L18
Reduce the number of generic parameters in the 'Adapter' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)