CoreCLR is now open source
blogs.msdn.com
CoreCLR is now open source
1–10 of 347 posts
Re: CoreCLR is now open source
#2And they have Issues and Pull Requests turned on.
Re: CoreCLR is now open source
#3Next step, WinForms
Re: CoreCLR is now open source
#4MIT-licensed, even.
Re: CoreCLR is now open source
#5Direct link to repo:
Re: CoreCLR is now open source
#6Next step, WinForms
I don't think they are going to open-source legacy stuff that they want people to forget. .Net, ASP.NET, CLR -- all of it is technology they want to keep.
Re: CoreCLR is now open source
#7Quick link to what I think is the most interesting class in the CLR:
https://github.com/dotnet/coreclr/blob/master/src/mscorlib/s...
Re: CoreCLR is now open source
#8Interesting commit:
https://github.com/dotnet/coreclr/commit/90ef39bc3c9886e7967...
"This change fixes a potential problem in unwinding on Linux"
Re: CoreCLR is now open source
#9Next step, WinForms
I think it would be more interesting and useful to have the source for WPF, given that WPF is an actual GUI toolkit implementing its own widgets, whereas WinForms is basically just a wrapper around Win32.
Re: CoreCLR is now open source
#10MIT-licensed, even.
I wonder why they would do this. In fact, I don't see the benefit of MIT over Apache except for compatibility with GPLv2. But I'm definitely not an expert, if someone would want to explain.