7 Replies
i don't get why the ending curly brace is an error, if i remove it, it's also an error idk what to do with this one xd
Could it be $vsdrunk ?
* close VS
* remove the hidden folder
.vs
* remove all bin
and obj
folder next to each csproj (DO NOT TOUCH THE .git
FOLDER OR WHAT'S INSIDE)
* restart vsIf you compile from the terminal using dotnet cli, does that work?
there's no .vs hidden folder
hold on how do i try that
btw for some reason adding another curly brace end seems to fix the problem? but another problem occurs lol
wait what the actual fuck
i seemed to have fixed it by removing the curly brace and adding another curly brace at the end of the code
missing braces can sometime confuse it, since it cant really tell which one is missing
but for future reference,
dotnet build
in the project rootBtw you should reuse http client