How to Share a project from VS code?

Mmyst1c8/11/2022
Hay i just completed a project on VScods how can i share that project with others???
Tthinker2278/11/2022
Easiest would be to upload it to Github if you want to share the source code with others.
Mmyst1c8/11/2022
how do i do that?
Mmyst1c8/11/2022
btw i only started yesterday so im a noob
Tthinker2278/11/2022
Or do you just want to like share the .exe?
Mmyst1c8/11/2022
exactly
IInstinct8/11/2022
https://learngitbranching.js.org/ this could help for starters, if still going for GitHub (highly recommended)
Mmyst1c8/11/2022
thanks
Mmyst1c8/11/2022
but can you tell me how to do this?
Tthinker2278/11/2022
Well, I think you have to use the dotnet publish command. Tbh I haven't actually done this myself before, but if you search "publish dotnet app" you should find some guides
Tthinker2278/11/2022
Mmyst1c8/11/2022
it did not work
Tthinker2278/11/2022
Elaborate?
Aalkasel8/11/2022
I think you should start by specifying which programming language you are using, which frameworks etc
Mmyst1c8/11/2022
C# and framework is .NET
Tthinker2278/11/2022
Which .NET version?
EErgazia8/11/2022
By the way, you can also use Live Share for collaborative coding in Visual Studio Code ; it's pretty neat
Mmyst1c8/11/2022
dotnet sdk 6.0.400