Daniel R. Przybylski

Results 5 comments of Daniel R. Przybylski

EntityFrameworkCore.OpenEdge 1.0.8 Microsoft.EntityFrameworkCore 2.2.6 Microsoft.EntityFrameworkCore.Relational 2.2.6 I realize these are forward of the requirement, but I have checked it with the 2.1.11 versions and I get the same result. Keep...

| _Data-Type| | ------------- | | character | | date | | integer | | decimal | | logical | | raw | | recid | | datetime-tz | |...

You're right. I set up a test project based on .Net Core 2.1 with the 2.1.11 EF libraries and it worked much better, but... There are still a lot of...

That does work much better, thank you. Let me use it a bit more for a day or two before you _RTM_. **TL;DR** My real challenge here is using a...

I find that DI is not necessarily an issue, but unit testing is painful w/o interfaces on all of the non-data object classes.