Using dnSpy you can find full file paths like "C:\users\...\documents\s&box projects\...\UI\Menu\Menu.razor"
This can be fine, but people like me might have their real name in their Windows username, doxing themselves if you have not moved your projects to another disk.
Those details are in the BuildRenderTree function in Razor files. For example, this is in Sausage Survivors (No dox, hope this is ok)
Describe the bug
Using dnSpy you can find full file paths like "C:\users\...\documents\s&box projects\...\UI\Menu\Menu.razor" This can be fine, but people like me might have their real name in their Windows username, doxing themselves if you have not moved your projects to another disk.
Those details are in the BuildRenderTree function in Razor files. For example, this is in Sausage Survivors (No dox, hope this is ok)
To Reproduce
Expected behavior
Not hardcoding file paths in BuildRenderTree that for most people will not even exist?
Media/Files
Additional context
This is on windows, but with linux having names in the path too it might have the same issue. (idk about macos)