Thursday, September 25, 2008

Sandcastle warning in inherited classes

If you comment member functions of interface and you don't want to comment the same functions in class that implement specific interface you will get warning from compiler. To avoid this warning and keep the comments from interface use:



        /// <inheritdoc/>


Monday, September 15, 2008

SVN global ignore pattern for c#


*.resharperoptions Web_Data log */[Bb]in [Bb]in */obj obj */TestResults TestResults *.svclog Debug Release *.suo *.StyleCop StyleCop.Cache *.user *.vsp *.dll _ReSharper.*