dokan-dotnet icon indicating copy to clipboard operation
dokan-dotnet copied to clipboard

Dokan DotNet Wrapper

Results 22 dokan-dotnet issues
Sort by recently updated
recently updated
newest added

To fix the missing XML documentation files (issue #275), add a single line to the .csproj file, then the generated nuget package now contains XML documentation.

Hi, I am using the dokan.net version 2.0.4.1 wrapper with its dokan library. To test the performance I use a software (already used in production) that converts pdf with MagickNet...

The scope of this library isn't providing a logger, so using some third party abstractions is a sensible way to move away from maintain something we aren't focused on. The...

Unit tests seem to be working as integration tests: mounting a disk and using that disk. Because of that moq is being used to verify calls from the driver instead...

in dokan net DokanFileInfo is a class which makes me think it lives in the memoryHeap, but maybe it lives in the stack, so it would make more sense if...

The variable named fileName in all the methods exposed in IDokanOperations should have been path, fileName is as confusing as it could be.

in CreateFile method info.IsDirectory not working (not sure if its 100% fail) I see the C mirror code has a check there, so I added check code on mine too...

When I add the NuGet package "DokanNet" to my project, there is no documentation for anything, and there are no XML documentation files anywhere in the package directory. I managed...

Given that applications are supposed to have their own copy of dokan1.dll, I am wondering whether the nuget-package should ship dokan1.dll or whether there should be a separate nuget-package or...

This code https://github.com/dokan-dev/dokan-dotnet/blob/master/DokanNet/DokanOperationProxy.cs#L507 Causes the inode for two completly different files to be the same if they just have the same filename. I'm running Python scripts that copy files around...

enhancement