Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.14 KB

jQAssistant C# Plugin

GitHub license Build Status

This is a C# parser for jQAssistant. It enables jQAssistant to scan and to analyze C# files.

Getting Started

Download the jQAssistant command line tool for your system: jQAssistant - Get Started.

Next download the latest version from the release tab. Put the jqa-csharp-plugin-*.jar into the plugins folder of the jQAssistant commandline tool.

Now scan your C# project:

jqassistant.sh scan -f <C#-project-folder>

You can then start a local Neo4j server to start querying the database at http://localhost:7474:

jqassistant.sh server

Model

Neo4j model for the jQAssistant C# plugin

Contribute

We really appreciate your help! If you want to contribute please have a look at the CONTRIBUTING.md.