mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Problem publish app on store #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a-iafrate on GitHub (May 5, 2016).
Hi,
i use your library on github but when i try to publish app on store i receive this error on validation
Error Found: The debug configuration test detected the following errors:
◦The binary SharpCompress.dll is built in debug mode.
so i need to compile from source code.
Can this bug be solved?
Thanks!
@RalphMack commented on GitHub (May 19, 2016):
I'm running into the same issue in using it on our site. However, for the time being, I'm just getting "ahem" type emails from our ops guys. :) Any chance this can be addressed with a rebuild soon? I like making the ops guys really happy... Never irritate the quartermaster, etc., etc...
@adamhathcock commented on GitHub (May 20, 2016):
I should fix this with using .NET Core RC2 https://github.com/adamhathcock/sharpcompress/pull/84
@adamhathcock commented on GitHub (Sep 27, 2016):
I think this is fixed now.