-
Notifications
You must be signed in to change notification settings - Fork 113
Add C# plugin specific restrictions to documentation #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add C# plugin specific restrictions to documentation #817
Conversation
CodeCompass C# plugin at the moment only can use postgres
Updated readme for postgresql usage.
|
Suggestion to move the C# specific restrictions (e.g. no Sqlite support) to separate markdown file or separate section in backend user guide. Further PRs will have the goal to remove these restrictions. |
|
@LakatosMark1 Please update the PR as requested. |
|
@mcserep I changed the README and Dockerfile back and created a README-C# version. Sorry for the late correction. |
|
Now the PR introduces a high level of redundancy in the Docker Guide. That was not the goal. |
5e859fd to
00e4fc1
Compare
Fixed in 00e4fc1. |
The dockerfile has been updated to use postgres and the Docker readme has been updated to include the postgres container.