Hi,
Would it be possible to add the following to the top of the Auto Generated Contend the plug-in makes, or something like it?
The problem is that program like StyleCop, and other source code analyser, just think it is normal code, and scan it. That takes extra time + there is no documentation tags, so I get lodes of Code warnings.Code://------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.3074 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------

Reply With Quote