Automate Code Inspections In Visual Studio To Produce Safer Code
A new productivity plug-in for JetBrains ReSharper enables automatic code inspection in Visual Studio and shows errors, warnings, suggestions and hints for you to improve the code with ease.
SafeDevelop today announces .NET Code Inspector 1.2, a new plug-in for JetBrains ReSharper. Once installed, the plug-in makes it easy to inspect code within the Visual Studio editor. When the inspection is over, the developer is shown all found errors, as well as warnings, suggestions and hints on how to improve the source code.
Code inspection is an important part of the software development cycle. It involves reviewing the source code of the project in order to find problems. For most developers, code inspection does not come easy because applications contain thousands of lines of code and reviewing every line takes a lot of days and efforts. This is where .NET Code Inspector can extend a helping hand by automating the whole process.
Getting started with code analysis is fairly easy. Simply select “Run Code Inspection” from the popup context menu in the Solution Explorer and run the inspection of the selected part of code. The plug-in analyzes code automatically, reading thousands of code lines in a matter of a minute. When the inspection is completed, you can see all found errors, warnings, suggestions and hints and use them to make the source code safer.
For better viewing, the results can be grouped by severity, inspection kind, type, type and member and other criteria. If you, for example, group the results by inspection kind, you’ll see the following groups: code redundancies, code structure analysis, potential errors, bad practices and warnings.
.NET Code Inspector offers an effective, trouble-free way to find the maximum number of errors and see warnings, suggestions and hints on how to improve code. The integration of .NET Code Inspector into your software development life cycles will save you much time and efforts, while letting you produce the safest code.
The installation of .NET Code Inspector into the Visual Studio is seamless and does not cause any compatibility issues. Supported programming languages include C#, VB.NET and ASP.NET.
Available now, .NET Code Inspector 1.2 costs 10 Euro. A free 14-day evaluation version is available for free.
Read more at http://safedevelop.com/Products/CodeInspector/.
Tags: .NET, ASP.NET, C#, code, code inspection, inspector, JetBrains, plug-in, ReSharper, VB.NET, Visual Studio