文章出處
文章列表
原文鏈接:.NET Core Open Source Update [Immo Landwerth發布于2015年1月28日]
corefx在github上的forks已經超過1000。
從2014年11月至2015年1月,收到了250個pull requests。
來自社區的貢獻超過了來自微軟內部的貢獻。
不僅僅是源代碼的開放,更重要的是開發過程的開放。這需要針對開源世界,重新思考軟件開發流程,而不是僅僅把微軟的開發流程開放出來。
corefx(.NET Core Framework)的所有Code Reviews都是通過github pull requests來完成的,包括微軟自己內部的Code Reviews。
corefx的持續集成服務器之前用的是AppVeyor,但AppVeyor只支持Windows。為了實現跨平臺持續集成,現在改用自己搭建的Jenkins持續集成服務器。
宣布.NET開源的時候,corefxo只有4個類庫,14.5萬行代碼。
- System.Collections.Immutable
- System.Numerics.Vectors
- System.Reflection.Metadata
- System.Xml
而現在的類庫已經超過當初的3倍,代碼已經超過100萬行。
- Microsoft.Win32.Primitives
- Microsoft.Win32.Registry
- System.Collections.Concurrent
- System.Collections.Immutable
- System.Collections.NonGeneric
- System.Collections.Specialized
- System.Console
- System.Diagnostics.FileVersionInfo
- System.Diagnostics.Process
- System.IO.FileSystem
- System.IO.FileSystem.DriveInfo
- System.IO.Pipes
- System.IO.UnmanagedMemoryStream
- System.Linq.Parallel
- System.Numerics.Vectors
- System.Reflection.Metadata
- System.Text.RegularExpressions
- System.Threading.Tasks.Dataflow
- System.Xml
目前corefx已經完成了大約25%。
corefx的完整類庫列表可以下載這個Excel文件(下載鏈接)查看。
CoreCLR的開源代碼也即將登陸github。
文章列表
全站熱搜