The C# dev kit generates so called .lscache files. Which are not meant to be pushed to Version control systems.
Header from these cache files:
# This file caches language service data to improve the performance of C# Dev Kit.
# It is not intended for manual editing. It can safely be deleted and will be
# regenerated automatically.
#
# To exclude from version control, add *.lscache to your .gitignore file.
Add *.lscache to .gitignore
The C# dev kit generates so called
.lscachefiles. Which are not meant to be pushed to Version control systems.Header from these cache files:
Add
*.lscacheto.gitignore