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.

Nuspec out of date? (System.Drawing.Common)

See original GitHub issue

May be experiencing a bug, or maybe not. Either way I’ve noticed a version mismatch you may want to get in sync:

https://github.com/codebude/QRCoder/search?q=system.drawing.common&unscoped_q=system.drawing.common

image

The issue I’m being presented with is this:

Assembly 'QRCoder' with identity 'QRCoder, Version=1.3.6.0, Culture=neutral, PublicKeyToken=null' uses 'System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has a higher version than referenced assembly 'System.Drawing.Common' with identity 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

I’m not using system drawing common anywhere in my project (a .Net Core 2.2 web project).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
deleteLatercommented, Dec 10, 2019

Install the latest System.Drawing.Common as a temp solution works for me.

4reactions
AdamWilldencommented, Jul 3, 2019

Think it is something you need to resolve. As soon as I add in System.Drawing.Common@4.5.1 the issue goes away.

Read more comments on GitHub >

github_iconTop Results From Across the Web

System.Drawing.Common only supported on Windows - .NET
Learn about the .NET 6 breaking change where the System.Drawing.Common package is no longer supported on non-Windows operating systems.
Read more >
How do I install System.Drawing.Common in a project that ...
Drawings.Common in nuget packages and readd it (rclick on Example project > Manage nuget packages > Browse Installed, remove the System.
Read more >
System.Drawing.Common replacement for .NET 7
This breaking change will slow NuGet development and could lead to abandoned or obsolete code libraries which .NET developers depend upon. We need...
Read more >
System.Drawing.Common 7.0.0
Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.
Read more >
Breaking Changes | ActiveReports 17 .NET Edition
Drawing.Image in Section report have been removed from System.Drawing.Common. GDI references from GrapeCity.ActiveReports.Document.SectionReport, GrapeCity.
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