如何设置 ReSharper 默认公司和版权?
我刚刚安装了 Stylecop 4.5RC 和 ReSharper。当我创建一个新类时,我发现我现在是合规的(耶!),但我希望该公司是我的公司,而不是 Microsoft。我还有太多事情要做,不必担心更新版权文本。默认情况下如何填写这些?
// -----------------------------------------------------------------------
// <copyright file="ReaderResultTypes.cs" company="Microsoft">
// TODO: Update copyright text.
// </copyright>
// ---------------------------------------------------------------------
--
I just installed Stylecop 4.5RC along with ReSharper. When I create a new class, I see that I am now compliant (yay!), but I want the company to be my company, not Microsoft. I also have too much to do to have to worry about updating the copyright text. How do I fill these in by default?
// -----------------------------------------------------------------------
// <copyright file="ReaderResultTypes.cs" company="Microsoft">
// TODO: Update copyright text.
// </copyright>
// ---------------------------------------------------------------------
--
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来像 StyleCop 的标题。 (StyleCop 的最新版本包括 resharper 的 StyleCop 插件)
好的如何更改?在解决方案资源管理器中右键单击您的项目。选择上下文菜单项“StyleCop 设置”。在设置对话框中切换到“公司信息”选项卡并选中复选框。在字段中输入您的版权信息。完毕 :-)
Thats looks like the header from StyleCop. (Last version of StyleCop include the StyleCop plugin for resharper)
Ok how to change? Right click on your project in the solution explorer. Select the context menu item "StyleCop settings". On the settings dialog switch to the tab "Company Information" and check the checkbox. Enter your copyright informations in the fields. Done :-)