test
continuous-integration/drone/push Build is failing Details

master
Alexandre GLENAT 2 years ago
parent ea5a660a0e
commit 80a1b8bc1e

Binary file not shown.

@ -156,7 +156,7 @@ namespace Entity_Framework
if (!optionsBuilder.IsConfigured)
{
//optionsBuilder.UseSqlite($"Data Source=../Entity_Framework/BDD.db");
var dbPath = Path.Combine(Entity_Framework.Current.LocalFolder.Path, "BDD.db");
var dbPath = Path.Combine(Current.LocalFolder.Path, "BDD.db");
optionsBuilder.UseSqlite($"Data Source= "+dbPath);
// optionsBuilder.UseSqlite($"Data Source=C:\\Users\\Jolys Enzo\\home\\BUT\\Projet\\Sae4.01\\Projet\\R-Dash_APP\\Entity_Framework\\BDD.db");
//optionsBuilder.UseSqlite($"Data Source=C:\\Users\\zinn1\\Source\\Repos\\Serveur-Api2\\Sources\\Entity_Framework\\BDD.db");

Loading…
Cancel
Save