作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有人知道为什么我使用这个命名空间“UseWinsqlite3”会出错吗?
我已经为通用 Windows 平台包安装了 Entity Framework 命令、 Entity Framework SQL 和 SQLite。
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseWinsqlite3("Filename=Sensors.database");
}
最佳答案
问题是 EF Core 中没有“UseWinsqlite3”。
请引用以下链接:
http://ef.readthedocs.io/en/latest/platforms/uwp/getting-started.html
https://github.com/aspnet/EntityFramework/issues/5325
关于SQLite 和 UWP,使用 Winsqlite3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37149941/
在 Visual Studio 2017 中,我创建了一个控制台应用程序来测试 Sqlite。我放在主文件中的第一行是 #include 这没有引起任何问题(找到了位置)。但我尝试将此包含添加到我通
我是一名优秀的程序员,十分优秀!