From 41093e965d489f2d2f37ba94370bb39155235781 Mon Sep 17 00:00:00 2001 From: "Matthew Parker [SSW]" <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:20:12 +1000 Subject: [PATCH] Update NotesToUsers.md --- NotesToUsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotesToUsers.md b/NotesToUsers.md index 7808304..6f20c7c 100644 --- a/NotesToUsers.md +++ b/NotesToUsers.md @@ -1,4 +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 +2. Do not use files without extensions - SharpIDE makes assumptions that "files" without extensions are files, not folders. Relates to IdeFileWatcher. This may be a poor assumption, and can be revisited.