I need to have DbProviderFactories.GetFactory() return the provider for Sqlite. However, I have Sqlite added to my project via NuGet and want to avoid having to put it in the GAC and update machine.config. One of the advantages of Sqlite is it is there with no configuration.
However, I have a number of libraries that pull the connector from GetFactory().
Is there a way to do this?
thanks - dave