C# SQLite : Do I need to deploy System. Data.SQLite.xml?

标签 c# sqlite

我是否需要使用 System.Data.SQLite dll 部署 System.Data.SQLite.xml?

引用复制到 bin 文件夹的 dll 时包含 xml。

最佳答案

在发布包中,没有。 XML 文件包含程序集中类和方法的所有内联文档,对最终用户没有任何值(value)。在开发您的应用程序时,它允许 Visual Studio 通过 IntelliSense 向 API 显示描述性注释。

关于C# SQLite : Do I need to deploy System. Data.SQLite.xml?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1973798/

相关文章:

c# - 从 EF 6.0 Beta 升级到 RC 后出现 System.MissingMethodException

c# - vbscript 如何计算大于字符串的字符串?

c# - 以编程方式向 Word 文档插入换行符(不是分段符)

c# - 为什么暂停/中止线程不好?

sqlite - 如何备份 SQLite 数据库?

javascript - Tigger.io 访问设备 sqlite 数据库

c# - 字符串到双转换(逗号到点的问题)

database - Zend 框架 : Getting started using SQLite

android - 错误 Cannot perform this operation because the connection pool has been closed

html - 如何使用 facebook 凭据登录到我的本地移动 Web 应用程序