Typed DataSets
CA2237 - MarkISerializableTypesWithSerializable on a Typed DataSet
Should I not use FxCop on Typed DataSets as they are generated code?
What version of FxCop are you using? We have done a lot of work in the last half year to reduce noise on generated code like typed datasets. So if you see any violations like these with recent versions of FxCop, I'd like to know how you generated these typed datasets so we can improve this in the future.
Regards,
Jeffrey
Hi Schenz,
I just looked at our code, and the noise reduction I was talking about, is in the bits of FxCop that will ship with Visual Studio 2005, but are not in FxCop 1.32. These fixes should eliminate all noise against datasets. They'll be part of our next release on gotdotnet.
Regards,
Jeffrey