❔ ✅ running a c# program without opening visual studio
How do i run a c# program without opening visual studio on .net framework?
7 Replies
double click the exe in your build folder
You can also build it with command line if you need to.
and if you stopped using the ancient .NET Framework it would be even easier
$newproject
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework.
.NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended.
https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
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.