IDokanOperations2 library implementation #373
LTRData
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. I just published a new branch:
https://github.com/dokan-dev/dokan-dotnet/tree/IDokanOperations2
This is a modernization of the library in several ways, but most notably a new interface
IDokanOperations2
that is a more modern approach for implementing Dokan file systems in .NET with less CPU and memory pressure. The oldIDokanOperations
interface still exists and is implemented using a compatibility layer that in turn implements the newIDokanOperations2
interface.This is a way to start working towards merging in changes I did in my fork at https://github.com/LTRData/dokan-dotnet.
Most important changes:
Now, even though the code has been used for a while through separate packages that I built, this should still be considered "work-in-progress" until we are confident with code struture, namespaces, class names etc that I am sure people could have valuable suggestions about.
Beta Was this translation helpful? Give feedback.
All reactions