I am really glad to see Oracle.EntityFrameworkCore is in Production release. I removed the ManageDataAccess and ManageDataAccess.EntityFramwork and use the new Oracle.EntityFrameworkCore. My project seems to build, but only one datatype I used has a problem.
The database definition is Raw(16) and in my project is Guid, what do I need to change here? Any work around for this issue?