Browse by Tags
All Tags » Rules
Showing page 2 of 7 (63 total posts)
-
Introduction CodeIt.Right Enterprise Edition installation package includes two modules for you to choose from - Team Configuration Module and Analysis Module.
The Team Configuration Module (TCM) is tailored for Team Leads and Architects. With this module installed, you can configure your team guidelines by using profiles that best ...
-
My use case is as follows: In my unit tests I tend to store a lot of mocks as member variables on the test class. This is an ...
-
Hi Craig,
Is there a tutorial how to configure Shared Folder for team features
we have custom rules with a custom profile and I want to share them across all visual studio
we have enterprise license for all users
Thanks!
-
I am trying the demo version of GhostDoc Pro to see if it fits our needs. The first thing I am trying to do is to modify the rule template for the methods in C#. Our standard is already define and cannot change
Here is my expected result:
/// ...
-
Consider the following Gosdoc-generated documetation:/// <summary>
/// Inits the trading book drop down.
/// </summary>
private void InitTradingBookDropDown()
{
LSTUIHelper.PopulateTradingBookDropDown(this.cboTradingBook, DataExchangeService, false, false);
}Note ...
-
Today we released CodeIt.Right
v2.2 - new version that adds introduces 23 new rules – Usage and Asynchronous
programming best practices – as well as new feature allowing to output analysis results
to Visual Studio Error List in addition or instead of CodeIt.Right Violations Report.
Here is high level list of new ...
-
I'm trying to modify this in a way that the Modified Date, Modified By and Description stay in the file and don't get overwritten every time I select "Document File". Is that possible? I'd also like to keep the // Author and // Created from getting over written as well. Is there another way around this? I want to be ...
-
I am having trouble getting GhostDoc Pro 4 beta to generate a return type for the following example:
public List<string> TestMethod(List<string> test)
{
return test;
}
This is what is generated:
/// <summary>
...
-
In the GhostDoc Help file the Reference: Macros section lists many examples of "supported" macros along with their descriptions. However, I've discovered that many other macros work -- for example:
$(ReturnTypeName.Words.First)
Is there a list of possible macros? Or even better, an outline that shows the validity rules for ...
-
Hi
all,
I've introduced my own rules to extend the xml output of properties, methods, fields, etc.
As mentioned in the subject, the processor stops processing, if it hits on
a List<T> type.
Take this short code snippet as an example:
public List<string>
TestMethod(List<string> test)
{
...
2 ...
|
|