问题
Where is the option for "UseOracle" ? services.AddDbContext(options => options.useoracle()
I believe I've included the required DLL's.
Screenshot provided: https://pasteboard.co/HuVDEfB.png
Any help is much appreciated.
回答1:
Try this
using Oracle.EntityFrameworkCore;
来源:https://stackoverflow.com/questions/51390383/in-dotnetcore-startup-cs-configureservices-dbcontext-options-is-missing-useor