Do you use C# / .NET on Linux?
https://dubst3pp4.github.io/post/2018-01-03-csharp-on-linux
@BlackCentipede thanks for your comment and the link! Very interesting! Unfortunately I hadn't the time to dig deeper into C# development...
@dubst3pp4 No worries, Programming is a long term thing and Mastodon looks like a solid place to share information like this.
@dubst3pp4 Yep! It's a bit interesting when dealing with C# on Linux, because the behaviors between Runtimes become much more apparent than what you would see on Windows. http://sharkman.asuscomm.com/blog/the-curious-case-of-the-function-that-shouldnt-exist/
Jax and I went through some of those weird behaviors when trying to bind libraries on Linux, it's pretty interesting to say the least.
Lately, I've started working on writing my own Runtime that leverage LLVM IR instead of CIL for C# to compile to.