How to Share a project from VS code?
Hay i just completed a project on VScods how can i share that project with others???
16 Replies
Easiest would be to upload it to Github if you want to share the source code with others.
how do i do that?
btw i only started yesterday so im a noob
Or do you just want to like share the .exe?
exactly
https://learngitbranching.js.org/ this could help for starters, if still going for GitHub (highly recommended)
thanks
but can you tell me how to do this?
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 guidesThis may or may not be useful
https://docs.microsoft.com/en-us/dotnet/core/deploying
Application publishing - .NET
Learn about the ways to publish a .NET application. .NET can publish platform-specific or cross-platform apps. You can publish an app as self-contained or as framework-dependent. Each mode affects how a user runs your app.
it did not work
Elaborate?
I think you should start by specifying which programming language you are using, which frameworks etc
C# and framework is .NET
Which .NET version?
By the way, you can also use Live Share for collaborative coding in Visual Studio Code ; it's pretty neat
dotnet sdk 6.0.400
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View