Arlodotexe / OwlCore.Storage

The most flexible file system abstraction, ever. Built in partnership with the UWP Community.
16 stars 4 forks source link

Some async methods are missing cancellation tokens #36

Closed Arlodotexe closed 8 months ago

Arlodotexe commented 1 year ago

These extension methods and interfaces are missing a CancellationToken as a parameter:

https://github.com/Arlodotexe/OwlCore.Storage/blob/75312821cb0a25938a0fcefeaaa2a0c2f033a4c4/src/Extensions/GetRelativePathToExtension.cs#L13 https://github.com/Arlodotexe/OwlCore.Storage/blob/75312821cb0a25938a0fcefeaaa2a0c2f033a4c4/src/Extensions/GetRootExtension.cs#L15

https://github.com/Arlodotexe/OwlCore.Storage/blob/75312821cb0a25938a0fcefeaaa2a0c2f033a4c4/src/Extensions/IFastGetRoot.cs#L8