From 8e32e67b4865d26e5e1823d24ceb6601c8445058 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:53:38 +1000 Subject: [PATCH] Create NotesToUsers.md --- NotesToUsers.md | 4 ++++ SharpIDE.Photino.sln | 1 + 2 files changed, 5 insertions(+) create mode 100644 NotesToUsers.md diff --git a/NotesToUsers.md b/NotesToUsers.md new file mode 100644 index 0000000..7808304 --- /dev/null +++ b/NotesToUsers.md @@ -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 diff --git a/SharpIDE.Photino.sln b/SharpIDE.Photino.sln index 4f06860..61273e9 100644 --- a/SharpIDE.Photino.sln +++ b/SharpIDE.Photino.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution global.json = global.json README.md = README.md Directory.Packages.props = Directory.Packages.props + NotesToUsers.md = NotesToUsers.md EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpIDE.Photino", "src\SharpIDE.Photino\SharpIDE.Photino.csproj", "{E35167E1-0FF4-4194-97A8-CC95EDA224CD}"