split up readme files per adapter #78
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
FileSystem/src/Adapters/Adapter.cs#L19
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
build:
FileSystem/src/Adapters/Adapter.cs#L19
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/IFileSystem.cs#L447
All 'WriteFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
FileSystem/src/IFileSystem.cs#L463
All 'WriteFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
FileSystem/src/IFileSystem.cs#L526
All 'AppendFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
FileSystem/src/IFileSystem.cs#L541
All 'AppendFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
FileSystem/src/FileSystem.cs#L19
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
build:
FileSystem/src/FileSystem.cs#L988
All 'WriteFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
FileSystem/src/FileSystem.cs#L1032
All 'WriteFile' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
FileSystem/src/FileSystem.cs#L1107
All 'AppendFileAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|