Mathall
Cannot generate assets for debugging VSCode cloned repository
Hey all, was on my laptop and started a project in vscode, and uploaded it to github to finish on my PC when i got back home, however now that i'm home, I can clone the repository just fine, however when i go to debug it, it tells me I dont have debug assets, so i go to .NET generate assets for debug, but it tells me i do not have .NET core, and so I go to the terminal and run dotnet new console, but when I do that nothing changes, any help would be greatly appreciated
heres the repository link, if thats needed:
https://github.com/Mathall003/Minesweeper
10 replies
✅ how to add certain folders to .gitignore
Hey all i'm trying to add my .vscode, bin, and obj file to my .gitignore, but for somereason they will not go away even when i have
in the .gitignore file, any help would be appreciated
oh heres the repo
https://github.com/Mathall003/WordleGame/blob/main/.gitignore
16 replies
How to set a variable = to itself + another variable
Hello, im completely new to C#, and still trying to learn the basics, I'm trying to create an average finder, and have all the users values be put into a list to be added together. However it's telling me that i cannot use the same variable as it is "an unassigned local variable", any help and tips would be appreciates
2 replies