Wixaware 2.0 Beta
InstallAware has just released a beta version for their upcoming 2.0 release. This release contains some anticipated bug fixes and support for external fragment and include files. WixAware is a front...
View ArticleGhostDoc 2.1.1 Released
A new version of this useful Visual Studio code commenting plug-in has been released. It supports C# and VB.NET. A few people have mentioned to me that they think that “GhostDocing” or auto commenting...
View ArticleCA1304 – Must specify CultureInfo when using FaultReason
Today I came across the following issue when running Code Analysis over my WCF Error Shielding solution. Because I have “Treat Warnings as Errors” enabled for all projects, Code Analysis fails. Rory...
View ArticleDebugging WCF Clients and Services
Debugging WCF services from the client through to the service is much easier when attaching the debugger to either the service or both the client and the service. In the past, I have debugged services...
View ArticleSuppressing Code Analysis Rules
I’ve been using Code Analysis (FxCop) for a few months now and every now and then I come across a CA rule that I my solution violates. In 99% of situations, I comply to all the CA rules. In a previous...
View Article