C
C#14mo ago
! xZx

❔ C# Console Application -> .exe

how do i make my console application in c# into a one file exe that i can share with my friends etc.
6 Replies
chef drone builder
Google: Build c# as self contained
Thinker
Thinker14mo ago
that i can share with my friends
You can build apps into single exe files, however this makes the exe architecture-dependent, so if your friends are using different hardware architectures then your exe may not work for all of them.
! xZx
! xZx14mo ago
any tutorials?
Thinker
Thinker14mo ago
Create a single file for application deployment - .NET
Learn what single file application is and why you should consider using this application deployment model.
! xZx
! xZx14mo ago
ty
Accord
Accord14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.