python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
mono built from source: which files make up the runtime? (for separate packaging)
I'm building mono from source on (very) old glibc versions/different archs to ensure compatibility on old systems. I want to bundle the runtime part of the mono install tree only, so I can distribute ...

ppenguin
Votes: 0
Answers: 0
Zip mono/flux with another that depends on the one I own
I want to zip two monos/fluxes, but the second one (the one I'll zip) is dependand from the first that I already own.
For example:
//...
fun addGroup(
input: GroupInput
): Mono<Gro...

Giuseppe
Votes: 0
Answers: 3
How to downgrade/configure elder Mono in Visual Studio For Mac?
I am trying to build old code with Visual Studio For Mac and getting the following error:
Target XamlC:
Compiling Xaml
Assembly: obj/Debug/OxyPlot.Xamarin.Forms.dll
...
/Users/.../MyP...
Dims
Votes: 0
Answers: 0