Question regarding building in JetBrains Rider
Answered
Hey guys,
Quick (and maybe dumb, maybe I missed something ?) question:
Is it possible to package everything into one EXE file in Rider? So there's no DLL and if I wanted to send the file to somebody, I'd just need to send them the EXE?
And yes, I could make a setup application, but I'd like my app to be portable with no installing or anything required.
Please sign in to leave a comment.
Hello, there is an open issue for that on our tracker: RIDER-49629. Also as it is said in the issue you can try using Native Executable configuration for that. Let me know if that helps.
Thanks! It worked.