You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project name should match the name of the project used by the CodeCompass_parser.
307
+
308
+
### C# specific remarks
309
+
310
+
The C# parser is still in an experimental phase.
311
+
There are some considerations that should be taken into account, when parsing a C# project:
312
+
313
+
- The C# parser currently supports parsing only a single project.
314
+
- The C# parser currently supports only PostgreSQL as a database backend, not SQLite.
315
+
- 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