Hannah Chan
Hannah Chan
It looks like Compression.ZipFile support for Unix Permissions made it into .NET 6. https://github.com/dotnet/runtime/pull/55531 I tried running my Cake script on a dev container with only the .NET 6 SDK...
> Which version of Cake? I'm using the dotnet cake tool 1.3.0.
This is the result when I run `dotnet --info`. ``` .NET SDK (reflecting any global.json): Version: 6.0.100 Commit: 9e8b04bbff Runtime Environment: OS Name: debian OS Version: 11 OS Platform: Linux...
So I finally got a bit of time to look at this again and can confirm the changes for Unix Permissions did make it into .NET 6 however not for...
Thought I should share. I've been using `System.IO.Compression.ZipFile.CreateFromDirectory()` directly in my Cake script to get around this. We still might still want to update the wrapper for this in Cake.
Hi all, Sorry I'm late to the discussion. I'll still catching up on what's happened so forgive me if I've misunderstood something. If this discussion is still going on, how...
I've been experiencing this as well. It's crippling my C# workflow on macOS on a .NET 6 project. I wish I knew how to fix this.
I primarily do .NET development on macOS and exclusively in vscode so this affects me a lot. I just tried my workflow using a vscode dev container. This bug appears...
Hi all, Debugging in vscode started working for me again. I've tested on macOS and in a Linux container. This might have been accidentally fixed. Can a few other people...
+1 for adding status `code` label to these metrics.