Skip to content

add initial google drive adapter #46

add initial google drive adapter

add initial google drive adapter #46

Triggered via push October 24, 2023 01:35
Status Success
Total duration 7m 45s
Artifacts

Build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)
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)