✅ Weird .net error that comes out of nowhere when i start up my project
the thing is, This error pops up whenever I load the project in rider
So i diditn even ran the code, and yet for some unknow reason it still executes this line of code??
but also in the most weirdest directory
I want to debug stuff, but i dont want to constantly get stopped by the breakpoint.
If i find something, i want to be able to read the terminal and check if a method ran or not
i mean, if its the build stuff where it also sais something about server -> ...\server\bin\Debug\net6.0\server.dll, then it sais nothing about a test file called hamlet.txt
so if i understand correctly there are 2 ways of doing this
1. the dirty fix: adding ../../../ to the path
2. the propper fix: copying over the file to the bin directory (next to the executable)