User avatar
pancakes nonbinary_cat @pancakes@meow.company
9mo
i feel really mixed about C# because it is by far my favorite language in terms of features and functionality provided by .net core's included and extended libraries
but on the other hand .net is a microsoft product, it feels out of place on linux where everyone expects compiled binaries, bash, python, or java, and i feel like nobody is gonna want to install .net runtime on linux to use whatever i might make
3
0
5
0

User avatar
Kett‮ @kett@app.wafrn.net
8mo
for packaging, people seem to just do it --self-contained, so the end user doesn't have to install anything extra, which is pretty handy.


if you want to reduce the friction even further then you can just add a little bash script at the root of your package which launches the executable. C# is as practical as it gets when it comes to this stuff if i'm gonna be honest.
0
0
1
0
User avatar
Emma (IPG) @ipg@wetdry.world
9mo
@pancakes nativeaot kind of helps for that but also not everything works in it which sucks
1
0
1
0
User avatar
pancakes nonbinary_cat @pancakes@meow.company
9mo
@ipg i should probably look into that
0
0
0
0