Home
Options

Why does LINQPad 7 include its own version of System.Windows.Forms.DataVisualization?

I've already asked this on stackoverflow but this behaviour seems weird in LINQPad.

Why does LINQPad provide LINQPad.Windows.Forms.DataVisualization.dll in the first place? I think users should instead resolve this from https://www.nuget.org/packages/System.Windows.Forms.DataVisualization if they require it. Otherwise if a user is using the official version in a dependency in the LINQPad script, it causes an (unresolvable?) namespace conflict with the LINQPad dll.

Comments

Sign In or Register to comment.