1.36 Beta 釋出啦~請看這裡: The Visual Studio Code Analysis Team Blog : FxCop 1.36 Beta Released! 下載位址 在此 。 這次改進了: 200+ bug fixes that reduce noise, missing analysis and rule crashes(每一版都一定會有的) Support for analyzing anonymous methods and lambda expressions(針對 c# 3.0 新增的檢查項目) New option for skipping analysis over tool generated code Turn this on in the UI via Project -> Options -> Spelling & Analysis -> Suppress analysis results against generated code Turn this on in the command-line via /ignoregeneratedcode switch. Better support for C++/CLI and the Compact Framework(針對 C++/CLI 與 Compact framework 加強) Language 'friendly' API names in the UI and resolutions (ie Visual Basic syntax if running over a Visual Basic binary) New globalization, design and usage rules Performance improvements that cut analysis by 2x and use half as much memory(有更好的效能並能以更少的記憶體來執行) Documentation that is now available on MSDN (文件納入了 MSDN )
在 Microsoft 發佈開放 .Net 類別庫源碼消息後沒多久,Miguel ( Mono 專案的 leader)就在 他的 blog 上發佈了對此新聞的一些回應以及以後 Mono 的因應。 基本上, Mono 的存在仍然是必要的,因為 Microsoft 的 License 相當嚴格,雖然拿到原始碼,但基本上你能做的事情不多。 在日後開發上, Mono 則會更加小心的將開發者分開,盡量讓看過 Microsoft 原始碼的開發者來進行 review 的工作,而不參與類別庫的開發。 消息來源: Microsoft Opens up the .NET Class Libraries Source Code - Miguel de Icaza
Mono.Cecil 釋出 0.6 版,跟上一版比起來,增加了下列功能: A lot of work to read obfuscated assemblies, Some precious optimizations, Improved the Mono.Cecil.Binary layer to read pure native PE binaries, Ability to annotate Cecil’s objects, Of course fixed a handful of bugs, Add a lot or helpers accessors to Cecil’s type, like IsPublic, IsVirtual, Is*, Preliminary support for debugging symbols (to be blogged about). 消息來源: Mono.Cecil 0.6
Scott Guthrie 日前在ALT.NET Conference揭露了 MVC for ASP.Net 的計畫~未來越來越有機會被綁死在 微軟 之下。 不過希望不會像 Enterprise Library 那樣過於複雜啊~ 消息來源: My Technobabble : ALT.NET Headline, MVC for ASP.NET is coming JrzyShr Dev Guy : ASP.NET MVC Framework Announced at Alt.NET Conference
今天看到不少消息: Microsoft's Open-Source Trap for Mono 微软将发布.NET框架库的大量源代码 The Platform and the Hardman : Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog 公布.NET 框架库源代码 這對 Mono 是好事還是壞事呢? eWeek 認為是個陷阱,因為開發者在看過人家的源碼之後,很難不受到他的影響,所以 Mono 的開發者在參與方面就會受限,進度自然受到影響。 之前 Miguel 大大也有貼文請 Mono 開發者不要利用 Reflector 之類的工具去進行反組譯,免得不自覺寫出與 Microsoft 一樣的代碼。