What WCF client files do I need to check into SVN -


I have added a service reference for my Visual Studio project, and now I want to check that project in SVN. My question is, what files should be examined for the next person to be able to build the project? The built-in files include .svcinfo .xsd.disco .datasource .wsdl .cs and .svcmap.

You need them all.

Well, you really do. Datasource can not ignore files, but Microsoft thought that you would like them, so that you can keep them properly.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -