生成的 C# 文件有哪些扩展名?
我正在为生成的 C# 文件编写一个过滤器,并希望删除明显的生成文件,例如 .Designer.cs
或 .g.cs
。还有哪些其他生成的扩展?谢谢。
说明:我只查找具有 .cs
扩展名的文件,但在 .cs
之前有一些内容。这意味着我对不以 .cs
结尾的 C# 文件不感兴趣。
I'm writing a filter for the C# files that are generated, and want to get rid of the obvious generated files such as .Designer.cs
or .g.cs
. What other generated extensions are there? Thanks.
Clarification: I'm only looking files that have a .cs
extension, but something comes before the .cs
. Meaning that C# files that do not end in .cs
do not interest me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可能会忘记其中的许多内容,但仍然是:
我只列出了与解决方案相关的扩展,而不是与源代码管理相关的扩展。
I might be forgetting many of them, but still:
I have only listed solution related extensions and not source control related extensions.
根据您的源代码控制,您可能有这样的文件...
如果是 WPF 项目,则
...
.resx ???
VS 文件
Depending on you source control you may have files like...
If a WPF project then
...
.resx ???
VS Files