Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

Modify how a connection to the DB is made #122

Closed fgheysels closed 5 years ago

fgheysels commented 5 years ago

Previously, an InMemory DB was used when building DEBUG mode. This has now been changed so that an In-Memory DB is used when no Codito connectionstring can be found in the configuration.

121

fgheysels commented 5 years ago

I'm not particulary fond of how this is fixed right now actually since it is rather implicit.

I'd like to have an explicit configuration value that says: use an inmemory db, or use a real DB actually. But, builds in release mode should be fixed right now.

tomkerkhove commented 5 years ago

/azp run ci

azure-pipelines[bot] commented 5 years ago

Azure Pipelines successfully started running 1 pipeline(s).