mikaeleiman

Results 4 comments of mikaeleiman

Additional info: if you've got several monitors, it's only the one where the Remote Desktop is running that's not working properly. Also, I was running MRD fullscreen in a separate...

I'm seeing (likely) the same thing in 1.4.0 running in dotnet6. This is the code we're using to extract a .tar.gz: ```c# public static void Extract(string sTarballPath, string sTargetPath) {...

Example file: [example-762.tar.gz](https://github.com/icsharpcode/SharpZipLib/files/9938697/example-762.tar.gz) I looked into our code, and it seems that SharpZipLib 1.3.3 handles the file, but 1.4.0 does not. Not sure why we bumped to 1.4.0, but I...