0
FlexSolution created
We previously had version 7.2.0 (Angular + .Net Core) After the update to version 8.1.0 the tests did not work anymore. We get the following message with every test:
System.NotSupportedException : SQLite doesn't support computed columns. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262
What could be the problem?
1 Answer(s)
-
0
You may be using the computed columns mentioned below, and sqlite in the unit test does not support it, you can consider changing it.
https://docs.microsoft.com/en-us/ef/core/modeling/generated-properties?tabs=data-annotations#computed-columns