You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a way to retrieve the unseekable stream's length and position without calling Length, right before writing the data to the archive: TarHeader.Write.cs#L510-L511
Find a way to retrieve the unseekable stream's length and position without calling Length, right before writing the data to the archive: TarHeader.Write.cs#L510-L511
Original report here: dotnet/sdk-container-builds#192 (comment)
If the user creates a new regular file tar entry, and sets the
DataStream
to an unseekable stream, we should either:cc @jozkee
The text was updated successfully, but these errors were encountered: