共享磨刀器和解决方案中团队的 stylecop 设置

发布于 2024-11-05 19:06:10 字数 382 浏览 1 评论 0原文

我有一个由 5 名开发人员组成的团队,与我一起工作,在团队中我们都使用 Resharper 和 Stylecop 来协助开发。我们使用 Visual Studio 使用 C# 开发 .net 应用程序,并使用 TFS 进行源代码控制。

每个开发人员在其开发的 PC 上都有一个 resharper 和 stylecop 设置文件。

然而,每台电脑都有一个设置文件会导致不一致。因此,我们希望对其进行设置,以便为由解决方案控制的每个解决方案源提供 resharper 和 stylecop 的设置文件。因此,当开发人员打开解决方案时,将使用关联的设置文件而不是本地版本。

有人可以帮助我如何设置,正如我所期望的那样,这是相当常见的做法。我已经使用谷歌来研究这一点,但我没有得到任何明确的指示来实现这一点。

I have a team of 5 developers which I work with and within the team we all use Resharper and Stylecop to assist with out development. We develop .net applications in C# using visual studio and use TFS for source control.

Each developer has a resharper and stylecop settings file on their PC which they develop against.

However having a settings file per PC leads to inconsistencies. So we would like to set it up so we have a settings file for resharper and stylecop per solution source controlled with the solution. So when a developer opens the solution, the associated settings files are used rather than a local version.

Could someone assist me in how this may be set up as I expect it is fairly common practice. I have used google to research this but I have not got any clear instructions to achieve this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

各空 2024-11-12 19:06:10

查看 http://geekswithblogs.net/alternativedotnet/archive/2008/10/20/125936.aspx 了解如何与团队其他成员共享代码风格等内容的详细信息。

查看 http://stylecop.codeplex.com/wikipage?title=Sharing%20StyleCop%20Settings%20Across%20Projects&referringTitle=Documentation 了解有关如何与团队共享 stylecop 设置的详细信息。

Check out http://geekswithblogs.net/alternativedotnet/archive/2008/10/20/125936.aspx for details on how to share things like code style with the rest of the team.

Check out http://stylecop.codeplex.com/wikipage?title=Sharing%20StyleCop%20Settings%20Across%20Projects&referringTitle=Documentation for details on how to share stylecop settings with a team.

夏九 2024-11-12 19:06:10

此链接包含有关 R# 设置管理的更多信息。
http://www.jetbrains.com/resharper/webhelp/Configuring_ReSharper__Sharing_Configuration_Options.html

这看起来也很有趣。但我不确定这是否仍然适用于 7.1。
http://rsm.codeplex.com/(resharper 设置管理器)

This link contains more information about the R# settings management.
http://www.jetbrains.com/resharper/webhelp/Configuring_ReSharper__Sharing_Configuration_Options.html

This looks interesting also. But I am not sure if this still works with 7.1.
http://rsm.codeplex.com/ (resharper settings manager)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文