Skip to content

Commit 8300b71

Browse files
committed
Add C# specific remarks to the Backend User Guide.
1 parent 00e4fc1 commit 8300b71

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/usage.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,12 @@ To access this feature, requests must be sent to the following address:
305305
e.g.: [`http://localhost:6251/MyProject/CppLspService`](http://localhost:6251/MyProject/CppLspService)
306306

307307
The project name should match the name of the project used by the CodeCompass_parser.
308+
309+
### C# specific remarks
310+
311+
The C# parser is still in an experimental phase.
312+
There are some considerations that should be taken into account, when parsing a C# project:
313+
314+
- The C# parser currently supports parsing only a single project.
315+
- The C# parser currently supports only PostgreSQL as a database backend, not SQLite.
316+
- The path to the output build directory (e.g. to the `bin/Release/` folder) shall also be specified through the `-b` flag, when executing the `CodeCompass_parser` command.

0 commit comments

Comments
 (0)