Create NotesToUsers.md

This commit is contained in:
Matt Parker
2025-10-14 23:53:38 +10:00
parent 03044bd52c
commit 8e32e67b48
2 changed files with 5 additions and 0 deletions

4
NotesToUsers.md Normal file
View File

@@ -0,0 +1,4 @@
# Notes to Users
1. Significance of a dotnet/msbuild restore, relating to the Workspace. If you do a restore, and anything has changed, the project/solution has to be reloaded by the MSBuildProjectLoader, then into the Workspace
2. Do not use files without extensions - SharpIDE makes assumptions that "files" without extensions are files, not folders. Relates to IdeFileWatcher