Ducki
Ducki
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
that would make a lot of sense, yes, ill be downloading VS, thank you for all your help 😄 +rep to you mr jimmacle
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
ahhh
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
following this youtube guide its supposed to open up a cmd window to display my "Hello World" text, which it doesnt quite do and instead sends it to the terminal in vsc, any way i can change this?
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
yep ive added that, just figuring out the dotnet build rn
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
how would i run it in a console window? sorry for the basic questions, python was quite a lot simpler.
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
nothing happens when i run the code which is the issue
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ using System; is greyed out, any help?
using System;

namespace Test_1
{

class Program
{
static void Main(string[] args)
{

Console.Title = "First Ever Test";
Console.ForegroundColor = ConsoleColor.Green;

}
}
}
using System;

namespace Test_1
{

class Program
{
static void Main(string[] args)
{

Console.Title = "First Ever Test";
Console.ForegroundColor = ConsoleColor.Green;

}
}
}
20 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
ive got it working now, thank you for you help
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
No description
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
ah yes perfect
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
right so ive ran the command, where can i find the .csproj?
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
No description
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
ah
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
wait i cant add an extension name to a folder 💀
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
assuming id have to make it a folder?
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
alright, give me a second ~ sorry for the silly question, moving from basic python to c#
25 replies
CC#
Created by Ducki on 6/26/2024 in #help
✅ can anyone help me out setting up c# in vsc? im struggling to get it to debug
ah, that makes a big more sense
25 replies