I am using DataVisualization.Charting.Chart
extensively, and for the most part it is working. However, I\'ve been running Code Analysis frequently, and have all my
Simply add a [SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", MessageId = "..."]
to the Dispose
method in your *.Designer.cs file.
I just did, and I've found out that VS 2012 is clever enough to keep it there even when rewriting the file when something was changed in the designer.