new SqliteConnection(“Filename=:memory:”); gives System.NullReferenceException on connection.Open();

后端 未结 0 547
刺人心
刺人心 2021-01-12 02:36

I have looked at the example for using SQLite in-memory databases to test an EF Core application from Microsoft.

https://docs.microsoft.com/en-us/ef/core/testing/sqli

相关标签:
回答
  • 消灭零回复
提交回复
热议问题