question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Pre] Warning 'Analyzer assembly '...\MDKAnalyzer.dll' depends on 'netstandard, Version=...'

See original GitHub issue

The error list lists the following warning:

Severity	Code	Description	Project	File	Line	Suppression State
Warning	IDE1003	Analyzer assembly 'C:\Users\ntnn\AppData\Local\Microsoft\VisualStudio\15.0_6cada3d9\Extensions\nd4vzr3b.vl4\Analyzers\MDKAnalyzer.dll' depends on 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well.	3D Printer		1	Active

Visual Studio version: 15.6.5 MDK version: 1.1.3

Intellisense, code analysis and deployment works without issues - it’s just the warning taking up space in the error list.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
ntnncommented, Jul 21, 2018

That update resolved the issue for me. Not closing in case @Skimt has a different experience.

@malware-dev Thanks!

0reactions
malware-devcommented, Jul 21, 2018

Awesome guys, thank you. That was one half of the issues solved, at least.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Roslyn analyzer missing assembly warning
When an analyzer depends on another assembly, then both must be listed as analyzers, but there is generally an exception for the core...
Read more >
Microsoft.CodeAnalysis problem
Hello, I am receiving these suspisious waringns. Can someone help ? 1>CSC : warning CS8032: An instance of analyzer Microsoft.CodeAnalysis.
Read more >
Packaging a Roslyn Analyzer with NuGet ...
In this post, I describe how to package a Roslyn Analyzer that has NuGet package dependencies.
Read more >
Visual Studio 2017 Build warnings on Telerik.Web.UI.dll
I get the following build warnings on Telerik DLLs. ... Analyzers may not run correctly unless the missing assembly is added as an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found