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

Compatibility issue between WebCompiler and BundlerMinifier #470

Open
mgSDBB opened this issue Oct 19, 2020 · 0 comments
Open

Compatibility issue between WebCompiler and BundlerMinifier #470

mgSDBB opened this issue Oct 19, 2020 · 0 comments

Comments

@mgSDBB
Copy link

mgSDBB commented Oct 19, 2020

Installed product versions

Azure DevOps Server
dotnet version 2.2.207

Description

We use WebCompiler to transform our SCSS (SASS) files to .CSS files and BundlerMinifier to minify and group our CSS and JS files.

BundlerMinifier and WebCompiler both use a .dll NUgligy but with a different version which causes the Azure DevOps and dotnet command line build to fail with the error

Bundler & Minifier error 0: Could not load file or assembly 'NUglify, Version=1.5.14.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621)

Could you please upgrade the WebCompiler to use at lease the same version of NUgligy as the BundleMinifier in order to be able to have both versions running.

Note : When building using Visual Studio 2019 or the MSBUILD.EXE command line, the error is not occuring.

Expected behavior

Both BundlerMinfier and WebCompiler should use the same version of NUgligy in order to avoid conflicts.

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

No branches or pull requests

1 participant