Book a Demo

Author Topic: C# Reverse engineer question  (Read 2652 times)

rsipin

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
C# Reverse engineer question
« on: September 11, 2013, 07:41:52 am »
When reverse engineering C# code, does anyone know of a way for EA to skip the .cs files which are generated when compiling a Visual Studio solution? It be nice if I didn't have to strip these out of the source directories before generating a model in EA. I'm talking for example about the .g.cs and .g.i.cs files which end up in one's obj/Debug or obj/Release folders, which are otherwise a duplicate of the .cs source file.

Rick

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: C# Reverse engineer question
« Reply #1 on: September 11, 2013, 03:50:10 pm »
Rick,

Just do a clean before you start reverse engineering.

Geert