No mention of which license they are using?
I can't find anything but if I remember well almost all other open source project by microsoft are under apache2
Microsoft takes .NET open source and cross-platform
21–30 of 937 posts
Here they mention MIT License. http://blogs.msdn.com/b/somasegar/archive/2014/11/12/opening...
Re: Microsoft takes .NET open source and cross-platform
#22Link is dead for me.
Google Cache: http://webcache.googleusercontent.com/search?q=cache:http://...
Re: Microsoft takes .NET open source and cross-platform
#23What does this mean for ReactOS?
Re: Microsoft takes .NET open source and cross-platform
#242015 is going to be a year of Microsoft.
Get in line. We're still waiting on (year+1) being the year of the Linux Desktop.
Re: Microsoft takes .NET open source and cross-platform
#25Does this mean that Mono will no longer be necessary for cross-platform C# use?
No I think they are providing open source libraries of the server stack which is written in c#. Still needs mono to compile to linux/mac but now mono won't have to (re?)implement those, they can all share the same MS c# code
Re: Microsoft takes .NET open source and cross-platform
#26No mention of which license they are using?
I think that it is an MIT license, if I've found the correct project on http://www.dotnetfoundation.org/netcore5
Re: Microsoft takes .NET open source and cross-platform
#27Does this mean that Mono will no longer be necessary for cross-platform C# use?
They've announced a .NET core CLR for windows, mac and linux - supported by Microsoft - so sounds like there'll be options (either use Microsoft or use Mono)...
(source: http://www.hanselman.com/blog/AnnouncingNET2015NETasOpenSour... )
Re: Microsoft takes .NET open source and cross-platform
#28No mention of which license they are using?
[deleted]
Re: Microsoft takes .NET open source and cross-platform
#29Together with the Visual Studio Community announcement https://news.ycombinator.com/item?id=8595855, this is great news.
I've always missed the power of visual studio when programming for open source platforms. This can change things a lot.
Re: Microsoft takes .NET open source and cross-platform
#30Does this mean that Mono will no longer be necessary for cross-platform C# use?
In reading the article, it sounds like they're going to work with the Mono team to bring it everywhere.