You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually like to make my code easy to pickup development on other devices, for the sake of myself and other developers. With this is mind, I think it would be a good idea if instead of using absolute paths for resolving references and items from the s&box installation directory (by default), we could use an MSBuild property, such as SolutionDir for example to make it "more relative".
Very minor thing, seeing as you can easily change this anyway by doing Ctrl + H (in Rider/for me) to replace all occurances. I just feel it would be a better thing to have by default. Can't hurt to just throw the idea out there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I usually like to make my code easy to pickup development on other devices, for the sake of myself and other developers. With this is mind, I think it would be a good idea if instead of using absolute paths for resolving references and items from the s&box installation directory (by default), we could use an MSBuild property, such as
SolutionDir
for example to make it "more relative".Very minor thing, seeing as you can easily change this anyway by doing
Ctrl + H
(in Rider/for me) to replace all occurances. I just feel it would be a better thing to have by default. Can't hurt to just throw the idea out there.Beta Was this translation helpful? Give feedback.
All reactions