Results 1 to 2 of 2

Thread: Visual Studio Plugin, Auto Generate code

  1. #1
    Nisd is offline Registered User
    Name: Nick Sten
    Organization: Personal
    Project: MurmurCP
    Join Date
    Jul 2009
    Posts
    1

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

  2. #2
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    Thanks for the information, we will consider this for the next release.
    Dwayne Boone

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Visual Studio 2010 plugin for x64 projects
    By chow in forum Help Center
    Replies: 2
    Last Post: 11-28-2010, 05:47 PM
  2. Visual Studio plugin + VS 2010
    By dmitry.medvedev in forum Help Center
    Replies: 1
    Last Post: 07-22-2010, 08:59 AM
  3. Visual Studio 2008 Plugin - Slice2cpp not triggered
    By guenter in forum Help Center
    Replies: 7
    Last Post: 06-15-2010, 07:14 AM
  4. using --impl with visual studio plugin
    By halfhp in forum Help Center
    Replies: 2
    Last Post: 10-22-2009, 09:23 AM
  5. Replies: 1
    Last Post: 10-01-2009, 10:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •