Rob Siklos
Rob Siklos
For the SA1629 (`DocumentationTextMustEndWithAPeriod`) rule, I notice from the StyleCop source code (https://github.com/StyleCop/StyleCop/blob/master/Project/Src/StyleCop.CSharp.Rules/DocumentationRules.cs#L1426) that there is explicit code which will prevent the rule from firing if the text ends with...
The documentation spelling subsystem currently does report spelling errors for proper names which don't start with an uppercase character. For instance, consider the following documentation text: ```Gets the widget for...
Note - this is a migration of https://stylecop.codeplex.com/workitem/7736 In our code base, we've seen cases where documentation header text contains words which are spelled correctly, but not using the correct...
For some reason, SA1615 (ElementReturnValueMustBeDocumented) fires for indexers. This is weird, since all the .NET docs on MSDN use `` for indexer properties, not ``. The strange thing is, it...
Note - this is a migration of https://stylecop.codeplex.com/workitem/7735 In our codebase we've often seen documentation header text like this: `/// Specifies attributes of a widget message..` Notice that the text...
Like the regular `MessageBox` methods, `CustomMessageBox` needs overloads of the various `Show` methods which take a `Window` parameter. Otherwise, there is no way to specify the parent window and make...
I just installed the extension, and when I open my solution (for the first time after opening VS), I get the following exception: ``` Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException: An unexpected exception occurred while...
I want to back up my settings for this extension, but when I use the VS "Import and Export Settings" wizard, it seems that they are not included in the...