Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unescape entries when we initially build our full package #1047

Merged
merged 1 commit into from
Jun 6, 2017

Conversation

anaisbetts
Copy link
Contributor

Unfortunately, when we removed escaping in 1.7.0, while we removed it everywhere for our own code, we forgot about the input - when people build their NuGet packages, NuGet will still do the escaping nonsense. We need to un-escape our input file, which sucks out loud because we can't use 7-Zip there, but 😢

This bug is really bad because it breaks npm scoped packages, one of which is in the box in every electron-forge app.

Fixes #1044

Unfortunately, when we removed escaping in 1.7.0, while we removed it everywhere
for our own code, we forgot about the input - when people build their NuGet
packages, NuGet will still do the escaping nonsense. We need to un-escape our
input file, which sucks out loud because we can't use 7-Zip there, but 😢

This bug is really bad because it breaks npm scoped packages, one of which is
in the box in every electron-forge app.
@anaisbetts anaisbetts merged commit a480efd into master Jun 6, 2017
@shiftkey shiftkey deleted the fix-escaping branch May 6, 2019 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant