i have 488 entities & it takes about more than a minute to build the project with one line code added in a return method. is this a standard behavior observation & should I split this project to small projects?
I have added 2 partial classes to the generated entities in a different folder within the same project.
I added a property with a simple ToString return on its own property.
It takes a minute to build. Currently i just have the dbgeneric project but still it will not compile faster. There are no dependency added to it. Just the compiled objects. I have the the validators also being generated by the generator.
The 2.5 final & vs 2008 is used.
any suggestions where i might be making mistake or clue on the issue
thanks
vairam