
This section contains
information about the features available in dotEASY
“dotEASY” is a Visual
Studio .Net Add-in that performs “advices” over C# source code. Its objective
is to improve software quality. It is a code-smell’s finder, which evaluates a
code, searching for violations to the configured thresholds and programmed
validations. If it finds any violation, it provides an advice, and offers the
possibility (if it is programmed) to make an automatic change to the code,
improving its quality towards the defined standards.
This topic contains
information about:
A quick reference about how to
install dotEASY.
Learn about the different options in the dotEASY
integrated menu and what can you do with each one of them.
An overview of the different
configuration elements of dotEASY
Configuring dotEASY Walkthrough
Describes the process for configuring the different elements needed to make an effective code analysis and evaluation with a simple example.
Describes the process needed to perform different evaluations over the source code.
How to implement dotEASY classes using the dotEASY framework
Describes how you can build classes to access to code elements and make extra validations and executions.