Hacker News new | ask | show | jobs
by atonse 3769 days ago
But there are a few things going on here.

1) All of .NET is open sourced under the Apache License (not some weird MS license)

2) Xamarin had started taking thousands of lines of code from the open sourced .NET framework and replacing parts of Mono with it (like System.Decimal, etc). So that merge had started happening anyway.

3) The "Mono" differentiation was probably going to go away with .NET Core maturing.

4) MS needs a quick step up with cross platform toolkits for .NET, and nobody better than Xamarin, who's been doing it for a decade.

If they abandon Xamarin, you still have an APL'd .NET framework that's fully developed out in the open, and nobody is really left in a lurch. You can fork it.