We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the file written in C# and do I need to run Visual Code IDE to convert the file from C# to exe? Or am I missing something here?
The text was updated successfully, but these errors were encountered:
Update: I figured out how to make an exe file but it has a lot of other files with it.
Sorry, something went wrong.
Using dotnet publish you can give a cleaner output:
dotnet publish
dotnet publish -r win10-x64 -p:PublishSingleFile=true
Or you can create a publish profile in the IDE:
How do I create Exe file? I have no programming skills
No branches or pull requests
Is the file written in C# and do I need to run Visual Code IDE to convert the file from C# to exe?
Or am I missing something here?
The text was updated successfully, but these errors were encountered: