Marcus Dorbação

Results 2 issues of Marcus Dorbação

How can I inject instances in the method similar to CancellationToken ?? ``` public class CustomService : ICustomService { public static ICustomService Null => null; } public interface ICustomService {...

t: enhancement
a: core

I'm using Dokan.NET to build a virtual file system. In CreateFile, I fetch PDF bytes from a remote server, save them to disk, and create a FileStream, storing it in...