Carl
Carl
CC#
Created by Carl on 10/30/2023 in #help
✅ VSCode sln
When I create proj by vsc command Ctrl + shift + P, those lines are added to the .sln file, when I do that by dotnet new command, they're not. I think because of this, C dev kit doesn't recognize the project and all the extensions like snippet doesn't work. What are those hex numbers meaning, could I create it manually and add to .sln file?
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuessNumber", "GuessNumber\GuessNumber.csproj", "{9BA8EE81-3130-464A-AC0D-E5003D3501FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuessNumber", "GuessNumber\GuessNumber.csproj", "{9BA8EE81-3130-464A-AC0D-E5003D3501FC}"
EndProject
6 replies
CC#
Created by Carl on 10/28/2023 in #help
✅ About get; set properties
Hi, I have a question about get/set properties. Is that using get; set; properties always better without using them? Is there any affect if I use all my properties with them?
5 replies