Browse by Tags
All Tags » rules
Showing page 1 of 3 (26 total posts)
-
Today we released update for CodeIt.Right Standard and Enterprise Editions -
v1.9.10053. As part of our 2010
Product Roadmap, this version changes include significantly improved performance,
support for GlobalSuppressions, new rules and bug fixes.
New in CodeIt.Right v1.9.10053:
Major performance improvements throughout the ...
-
Code Quality developer tools is the direction we've been following since the introduction
of CodeIt.Right and we are taking this commitment to the next level in 2010 with two
new products and new features for our existing products. One of the new products
to be released in 2010 will assist in unit testing, code coverage and test code ...
-
One of the very helpful and important rules that we added in the past few months is the one that finds members that missing XML documents when these are required - General / Type, Member -> Should have XML comments (Externally visible types and members should have XML comments).
One of the most frequently asked question about the rule is why ...
-
New version of CodeIt.Right Enterprise
Edition - build 1.9.09355 - is available for download now.
This version introduces new feature Merge Profiles that allows
to compare and merge user configured profiles, enhances VSTS integration with the
new ''Add WorkItem'' feature, adds command line version parameters and ability to ...
-
Good catch, Paulo!
Shall the rule trigger violation for callbackObject parameter? No, it shouldn't. And yes, it should. The triggered violation in this particular case is somewhat arbitrary. But ultimately the MS guidelines are very clear on this -
"Avoid using language-specific types name in parameters and members and data type ...
-
Hi,
I like to write my unit test names in the format:
<Subject>_<Scenario>_<ExpectedResult>()
Which gives me test names such as:
StringParser_GivenAnEmptyString_ReturnsNull()
Which I believe is quite a common pattern to use. However GhostDoc doesn't make a very good job of these, ...
-
I'm not sure how to add the remarks section underneath the summary for the class rule
///<summary>
///
///</summary>
---- section I want to add
///<remark>
///Created: Date and time
///Created By: UserName
/// blank line
///Modified:
///Modified ...
-
Today we are releasing new version of CodeIt.Right -
build 1.8.09300.
This version features complete ASP.NET support, it is compatible with VS2010
Beta 2 (in addition to VS2008, VS2005, VS2003), Add Rule dialog improvements
- ''Hide Rules in the Profile'' and ''Quick Search'', 10+ new rules including new ...
-
Worked nicely, thanks.
Now, can I include the designer files on a per rule basis. And what I mean by this is can I have the controls rule include the designer files and the header rule exclude the designer files.
-
Thank you very much, the button in question showed up once I unchecked the "Exclude *.Designer files".
I also have a question about the Source file should have a header rule. My company requires a comment header but not like the example in the Template property. Ours looks something like ...
1
|
|