Visual Studio代码分析生成的文件

发布于 2024-11-14 12:14:43 字数 236 浏览 4 评论 0原文

有人可以告诉我为什么代码分析会显示生成文件的问题吗?我确实检查选项如下: http://msdn.microsoft.com/en-us/library/dd742298.aspx

我认为这与我在实体框架模型中使用 TT tempate 这一事实有关。但这些文件上有标签..

Can somebody tell me why code analysis shows issues from generated files? I do check option as here:
http://msdn.microsoft.com/en-us/library/dd742298.aspx

I think it has to do with the fact that I use TT tempate with my Entity framework models. But those files have tags on them..

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

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

发布评论

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

评论(1

冬天的雪花 2024-11-21 12:14:43

您可以让您的 TT 模板将以下内容输出到标题中吗?

//<autogenerated/>

或者更具体地说明文件中的某些项目:

[GeneratedCode("MyTool", "1.0")]
public partial class GeneratedModel
{
...

Can you have your TT templates output the following into the header?

//<autogenerated/>

Or to be more specific to certain items in file:

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