project-system

The C#, F# and Visual Basic project system for Visual Studio

Github星跟踪图

The .NET project system for Visual Studio, Release, Unit Tests (Debug), Unit Tests (Release), Localization, Coverage (Debug), ---, :--:, :--:, :--:, :--:, 16.0, Build Status, Build Status, Build Status, codecov, 16.4, Build Status, Build Status, Build Status, codecov, 16.5, Build Status, Build Status, Build Status, codecov, master, Build Status, Build Status, Build Status, codecov

Join the chat at https://gitter.im/dotnet/project-system

This repository contains the new .NET project system that has been rewritten on top of the Common Project System (CPS). In Visual Studio 2017, this project system is used by default for Shared Projects (C# and Visual Basic), and .NET Core (C#, F# and Visual Basic) project types, however, long term it will be the basis of all C#, F# and Visual Basic project types. For a list of feature differences between the project systems, see Feature Comparison.

The existing C# and Visual Basic project systems (csproj.dll and msvbprj.dll), which first shipped back in Visual Studio.net nearly 15 years ago, have served us well but are:

  • Native and COM-based
  • Single threaded and bound to the UI thread
  • Hard to extend outside of aggregation via the use of <ProjectTypeGuids> and sub types (flavors)
  • Tied to Visual Studio

The new C#, F# and Visual Basic project system is:

  • Managed and managed-interface based
  • Multi-threaded, scalable, and responsive
  • Easy to extend via the use of the Managed Extensibility Framework (MEF) and composable. Many parties, including 3rd parties, can contribute to a single project system

What is a project system?

A project system sits between a project file on disk (for example, .csproj and .vbproj) and various Visual Studio features including, but not limited to, Solution Explorer, designers, the debugger, language services, build and deployment. Almost all interaction that occurs with files contained in a project file, happens through the project system.

There are many technologies that come together to make up the .NET project system:

  • MSBuild provides the build engine and file format.
  • SDK provides the MSBuild tasks and targets needed to build .NET projects.
  • Common Project System provides the base building blocks for the project system including (but not limited to) project tree, build and debugger coordination and Visual Studio integration.
  • Roslyn provides C# and Visual Basic language support including compilers, IntelliSense, refactorings, analyzers and code fixes.
  • Visual F# tools provides F# language support.
  • CLI is the .NET command-line interface for building, running and interacting with .NET projects.

image

How do I engage and contribute?

We welcome you to try things out, file issues, make feature requests and join us in design conversations. If you are looking for something to work on, take a look at our help wanted issues for a great place to start. Also be sure to check out our contributing guide.

This project has adopted a code of conduct adapted from the Contributor Covenant to clarify expected behavior in our community. This code of conduct has been adopted by many other projects. For more information see Contributors Code of conduct.

主要指标

概览
名称与所有者dotnet/project-system
主编程语言C#
编程语言Batchfile (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2016-04-21 03:40:18
推送于2025-09-12 23:00:14
最后一次提交
发布数330
最新版本名称release/vs/17.14.14 (发布于 2025-09-09 15:43:24)
第一版名称dev15.0-rc1 (发布于 )
用户参与
星数1k
关注者数122
派生数403
提交数16.9k
已启用问题?
问题数4098
打开的问题数614
拉请求数4947
打开的拉请求数19
关闭的拉请求数552
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?