D.Jonas
D.Jonas
Ah I figured it out! ~~If you do not set a release name, you get the error message. If you set a release name. It works like it should~~ If...
From the beginning I understood the action so that it would be possible to get the last release (regardless of when it was triggered). That I have to apply it...
`System.Net.Sockets` is not supported in `uwp` So you cannot use this library there (see: https://docs.microsoft.com/de-de/windows/uwp/networking/sockets) Hopefully it will be available in future!
For me, the container runs without any problems on my Synology (ds918+) 🤔
```txt Migrated: 2020_04_08_120837_create_speedtests_table (224.80ms) Migrating: 2020_04_08_125647_create_jobs_table Migrated: 2020_04_08_125647_create_jobs_table (433.08ms) Migrating: 2020_05_18_211812_create_settings_table Migrated: 2020_05_18_211812_create_settings_table (884.06ms) Migrating: 2020_06_20_164502_update_speedtests_table Migrated: 2020_06_20_164502_update_speedtests_table (791.35ms) Migrating: 2020_06_21_171849_add_notifications_settings Migrated: 2020_06_21_171849_add_notifications_settings (641.52ms) Migrating: 2020_06_28_235331_update_speedtests_add_manual_column Migrated: 2020_06_28_235331_update_speedtests_add_manual_column (183.20ms) Migrating:...
Hello, Have you found a solution in the meantime or is the issue still relevant?
You can use my library https://github.com/dojo90/DbContextScope Already made a nuget package out of it.
based on @VictorioBerra post, I forked his repo and changed target framework to `netstandard2.0`. Default ef core version is `v2.0.0`. But it is compatible with `v2.2.6` and `v3.1.1` as well!...
Ah I think I got the problem! I have saved the map as "*.obj". Now if using the "*.smf" format it works. Maybe this should be used as a default?!