You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated Table classes use default constructor for Db Models, no customized configuration can be passed.
Db configuration is completely hardcoded with "const" strings like DbName, DbPath etc...
I cannot load configuration from injection to pass it for DbInitialization.
The text was updated successfully, but these errors were encountered:
Generated Table classes use default constructor for Db Models, no customized configuration can be passed.
Db configuration is completely hardcoded with "const" strings like DbName, DbPath etc...
I cannot load configuration from injection to pass it for DbInitialization.
The text was updated successfully, but these errors were encountered: