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

Depends on outdated NewtonSoft.Json version #567

Open
tyddynonn opened this issue Jun 28, 2021 · 1 comment
Open

Depends on outdated NewtonSoft.Json version #567

tyddynonn opened this issue Jun 28, 2021 · 1 comment

Comments

@tyddynonn
Copy link

On VS2019 Community, DotNet Core 5 project BuildBundlerMinifier 3.2.449, with NewtonSoft.JSON 13.0.1 (latest - 13.0.0 no longer available) installed

Description

Severity Code Description Project File Line Suppression State
Error The "BundlerMinifier.BundlerBuildTask" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.

Current behavior

Looks like an explicit dependancy on NewtonSoft.Json 13.0.0 rather than 13 and up.

Expected behavior

No failure on build

@silentdiverchris
Copy link

Identical versions here and while I'm not seeing the FileNotFoundException, my compilerconfig.json isn't being obeyed on build and still no context menu to invoke it manually, this error message might explain long standing issue #536 but hard to tell due to lack of any diagnostics.

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

2 participants