-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Exception not thrown for ZipFile inside Blazor-Server Service #62231
Copy link
Copy link
Closed
Labels
area-System.IO.Compressionneeds-author-actionAn issue or pull request that requires more info or actions from the author.An issue or pull request that requires more info or actions from the author.
Description
Description
Creating an archive of a folder (in blazor), which contains a named pipe in DotNet 6.0 via the ZipFile Class causes the program to block indefinitely long, without any kind of exception thrown.
- Create a Named Pipe in a Linux distribution with
mkfifo(for me this happened while running my dotnet application inside a docker conatiner) - Try to compress the directory containing the named pipe with
ZipFile.CreateFromDirectoryinside a Blazor-Server Service
Configuration
- .NETCore 6.0.0
- Hosted Blazor Webassembly (
dotnet new blazorwasm -ho)
Other information
An Exception is thrown when I try to ZIP the same directory inside a simple Dotnet Console Application.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.IO.Compressionneeds-author-actionAn issue or pull request that requires more info or actions from the author.An issue or pull request that requires more info or actions from the author.