What is the “log4net.xml” file that gets added to your bin folder

我是研究僧i 提交于 2019-12-19 05:09:07

问题


It's 1.3 MB big and gets added automatically when I compile my C# application. What is it for? Is it necessary? Will it "bloat" my installation package?


回答1:


It's probably an XML documentation file, which contains the XML comments on all of the members in the log4net project. It's not at all necessary for installation, so you can delete it if you want. You can also tell the compiler not to emit XML documentation for a project in that project's properties.




回答2:


Most likely it's the XML file which is used to generate .NET documentation.



来源:https://stackoverflow.com/questions/2184102/what-is-the-log4net-xml-file-that-gets-added-to-your-bin-folder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!