C#
C#

help

Root Question Message

flkXI
flkXI12/11/2022
❔ How to use build directory as working directory in debug

Hey, I have a class library that has a .json file in a sub-directory, it's marked as content and copies to the output folder.
I reference this class library project, it builds properly to the selected output directory and the json file is there, but it seems like the working directory for the app that references the library is that of the .csproj, and since the json file is in the other project, when running the app it cannot find the file, how do I say that I want to run the app from the build directory and not project directory? (VS 2022)
Message Not Public

Sign In and Join Server To See

12/11/2022
flkXI
flkXI12/11/2022
yeah figured it out thanks
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy