C
C#2y ago
myst1c

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
Thinker
Thinker2y ago
Easiest would be to upload it to Github if you want to share the source code with others.
myst1c
myst1c2y ago
how do i do that? btw i only started yesterday so im a noob
Thinker
Thinker2y ago
Or do you just want to like share the .exe?
myst1c
myst1c2y ago
exactly
Instinct
Instinct2y ago
https://learngitbranching.js.org/ this could help for starters, if still going for GitHub (highly recommended)
myst1c
myst1c2y ago
thanks but can you tell me how to do this?
Thinker
Thinker2y ago
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
Thinker
Thinker2y ago
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.
myst1c
myst1c2y ago
it did not work
Thinker
Thinker2y ago
Elaborate?
alkasel#159
alkasel#1592y ago
I think you should start by specifying which programming language you are using, which frameworks etc
myst1c
myst1c2y ago
C# and framework is .NET
Thinker
Thinker2y ago
Which .NET version?
ergazia
ergazia2y ago
By the way, you can also use Live Share for collaborative coding in Visual Studio Code ; it's pretty neat
myst1c
myst1c2y ago
dotnet sdk 6.0.400
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View