Skip to content

Exception not thrown for ZipFile inside Blazor-Server Service #62231

Closed
@BuchholzTim

Description

@BuchholzTim

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.

  1. Create a Named Pipe in a Linux distribution with mkfifo (for me this happened while running my dotnet application inside a docker conatiner)
  2. Try to compress the directory containing the named pipe with ZipFile.CreateFromDirectory inside 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions