Re: [sqlite] Should System.Data.SQLite.EF6.SQLiteProviderServices be public?

2014-02-23 Thread Joe Mistachkin
Eric Sink wrote: > > about Code-based Configuration in EF6, I wonder if > >System.Data.SQLite.EF6.SQLiteProviderServices > > needs to be public (instead of internal), so that people could do something like this: > I'm not sure. However, that type has never been public before (i.e. in the pla

[sqlite] Should System.Data.SQLite.EF6.SQLiteProviderServices be public?

2014-02-22 Thread Eric Sink
After reading this: http://msdn.microsoft.com/en-us/data/jj680699.aspx about Code-based Configuration in EF6, I wonder if System.Data.SQLite.EF6.SQLiteProviderServices needs to be public (instead of internal), so that people could do something like this: public class MyConfigurat