微软宣布成立.NET基金会全面支持开源项目 包括C#编译器Roslyn【转】

时间:2023-03-09 21:52:09
微软宣布成立.NET基金会全面支持开源项目 包括C#编译器Roslyn【转】

微软宣布成立.NET基金会全面支持开源项目 包括C#编译器Roslyn【转】

  基金会初始董事包括 Mono 项目和 Xamarin 的老大 Miguel de Icaza,微软 .NET 团队代表和微软开放技术公司(这是微软专门为开源和开放技术、标准化成立的独立公司)代表。

  首批 24 个项目包括 C# 编译器 Roslyn、ASP.NET 的多个已开源项目,还有 Xamarin 的几个项目。

  Cloud and Enterprise 执行副总裁 Scott Guthrie 先生表示,今天宣布的决定是 .NET 基金会广泛倡议的一部分,公司将来开源更多的项目,现已启动 24 个 .NET 开源项目,大部分都是经 Apache 2.0 许可发布的。

  当前项目列表包括:

.NET API for Hadoop WebClient .NET Compiler Platform ("Roslyn")
.NET Map Reduce API for Hadoop .NET Micro Framework
ASP.NET MVC ASP.NET SignalR
ASP.NET Web API ASP.NET Web Pages
Composition (MEF2) Entity Framework
Linq to Hive MEF (Managed Extensibility Framework)
OWIN Authentication Middleware Rx (Reactive Extensions)
Web Protection Library Windows Azure .NET SDK
Windows Phone Toolkit WnsRecipe
Couchbase for .NET Mailkit
Mimekit Xamarin.Auth
Xamarin.Mobile System.Drawing

  Welcome to the .NET Foundation

  基金会的官方网站:www.dotnetfoundation.org

微软宣布成立.NET基金会全面支持开源项目 包括C#编译器Roslyn【转】

  微软将 C# 编译器 Roslyn 开源

  在 2014 微软 Build 大会上,Anders Hejlsberg 亲自宣布 .NET 编译平台 Roslyn 开源。Anders Hejlsberg 是 Turbo Pascal 编译器的主要作者,号称 Delphi 和 C# 之父,同时他也是 .NET 创立者。

  Roslyn 是以 API 为驱动的下一代编译器,集成在最新版的 Visual Studio 上。它开放 C# 和 Visual Basic 编译器的 API,使得开发者可以借助编译器进行解析代码文件、动态为编程语言增加功能、扩展编译器、自定义编译器动作等操作。

  相关英文新闻

  安装过程:

  1. In your browser, navigate to http://roslyn.codeplex.com/SourceControl/latest

  2. Click the "Clone" link and copy the URL

  3. Open the Visual Studio Team Explorer Windows (View\Team Explorer)

  4. Select the "Connect to Team Projects" option if you are already connected to a different project

  5. Under “Local Git Repositories” click the “Clone” link

  6. Enter the URL from step 2 in the top box

  7. Pick a location on your local machine to store the code

  8. Click the Clone button

  9. Switch to the "releases/build-preview" branch

  • In Team Explorer, select the "Branches" view

  • Click the "New Branch" link

  • Name your branch: releases/build-preview

  • Select: origin/releases/build-preview from the dropdown

  • Ensure "Checkout branch" is checked

  • Click "Create Branch"

  Source Code

  • Clone the sources:

git clone https://git01.codeplex.com/roslyn

  Getting Started

  Contributing

  Some of the best ways to contribute are to try things out, file bugs, and join in design conversations. Looking at the known issues is a great place to start.

  更多资料

转自:http://news.cnblogs.com/n/204662/

谢谢浏览!