madskristensen / BundlerMinifier

Visual Studio extension
Other
616 stars 173 forks source link

Invalid NUglify dependency on .VSIX, it wasn't updated to 1.5.3 #473

Open Bartmax opened 4 years ago

Bartmax commented 4 years ago

The pull request https://github.com/madskristensen/BundlerMinifier/pull/470 by @deinok updated the NUglify dependency to 1.5.3 in both BundlerMinifier.Core.csproj and BundlerMinifier.csproj

If you use the nightly .VSIX you end up with an error stating that it couldn't find the NUglify assembly described in https://github.com/madskristensen/BundlerMinifier/pull/470#issuecomment-589581923

I found out the error is because dependency wasn't updated in the BundlerMinifierVsix.csproj project. line 261

I can confirm updating the .dll fixes the error.