Hi. I'm just getting into Core now, and one of the first things I'm trying to do is reverse engineer a database for Entity Framework Core. All my hosts are in a tnsnames.ora file, so I'm trying to set OracleConfiguration.TnsAdmin.
This works fine when running the application itself, and I can connect no problem. But Scaffold-DbContext comes back with ORA-12154: TNS:could not resolve the connect identifier specified, suggesting to me that it doesn't know where to look. I haven't been able to find anything on how to tell it where to find tnsnames.ora.
Any tips?
Thanks!