We have a pretty large code base that is using Oracle.ManagedDataAccess and we are now considering moving to Oracle.ManagedDataAccess.Core for all our products.
The question is whether we can expect something to break if we switch to Oracle.ManagedDataAccess.Core ?
Are there any API changes or something else that we should be aware of?
With the rise of netstandard libraries we would like to use a single driver that can be used by .Net Core AND .Net Framework.
Another question is what is the plan for these to drivers moving forward. Is the Oracle.ManagedDataAccess driver going to be deprecated in favor of Oracle.ManagedDataAccess.Core ?
As I see it there is really no point in having two drivers here since Oracle.ManagedDataAccess.Core would work for all runtimes?
Thoughts ?
Best regards
Bernhard Richter