TransferTo extension method not found #8

Closed
opened 2026-01-29 22:03:26 +00:00 by claunia · 1 comment
Owner

Originally created by @vindberg on GitHub (Nov 19, 2013).

Having grabbed the Nuget version. Im getting a "TransferTo" exception trying to unrar a rar file. I says the extension method doesn't exist. I have add using:
using SharpCompress.Common;
using SharpCompress.Reader;
using SharpCompress.Reader.Rar;

Thanks for any help.

Originally created by @vindberg on GitHub (Nov 19, 2013). Having grabbed the Nuget version. Im getting a "TransferTo" exception trying to unrar a rar file. I says the extension method doesn't exist. I have add using: using SharpCompress.Common; using SharpCompress.Reader; using SharpCompress.Reader.Rar; Thanks for any help.
Author
Owner

@adamhathcock commented on GitHub (Nov 23, 2013):

It's an extension method in SharpCompress.Utility

@adamhathcock commented on GitHub (Nov 23, 2013): It's an extension method in SharpCompress.Utility
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#8