4D
❔ Renaming project / solution issues (c# dev kit)
It somehow seems like a bug in dev kit to me that renaming a project in the solution explorer creates all files in bin and obj with the new name additionally to the old name, but somehow keeps the ref to the old name for build (?). But it's very well possible that I just don't understand enough at this point. I got it working finally and could remove all files referencing the old named folder manually, but it feels rather odd to have to do so.
17 replies
❔ Renaming project / solution issues (c# dev kit)
I also experienced some very weird behaviour when I tried to rename a project/namespaces.
I changed the name in solution-explorer: that ADDED a complete structure folder in the vs code explorer but all folders empty. The corresponding files where created under the previous named folder (additionally!).
I had to manually rearrange all and then rebuild and it worked. But I think their should be a clean automated solution for renaming... I'm new to C# and found that experience almost scary
17 replies