Archived

This forum has been archived. Please start a new discussion on GitHub.

Visual Studio Plugin, Auto Generate code

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?
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------

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.

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    Thanks for the information, we will consider this for the next release.