-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use EF Core for Activity database #452
Conversation
Testing branch activitydb with virgin install (clean config, data, logs). Started ok, managed to add second user, logged out, and quite quickly program crashed out with:
Full log below:
|
@ploughpuff Should be fixed. |
e24ee15
to
fde82bb
Compare
Struggling to build this now. The following package reference is causing me problems: Receive 18 errors like this:
This post is exactly what I'm experiencing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if that works
@Bond-009 Some conflicts. However, do we want to get this one into 10.1.0, or wait for the next release and do them all? |
@@ -92,28 +93,28 @@ public void Run() | |||
_appHost.ApplicationUpdated += _appHost_ApplicationUpdated; | |||
} | |||
|
|||
void _deviceManager_CameraImageUploaded(object sender, GenericEventArgs<CameraImageUploadInfo> e) | |||
async void _deviceManager_CameraImageUploaded(object sender, GenericEventArgs<CameraImageUploadInfo> e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these method names come from emby? I would rename them to OnDeviceManagerCameraImageUpload
to respect language best practices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes there come from Emby
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO they should/could be mass renamed in one big PR.
2000b25
to
a6301a1
Compare
Start moving databases to Entity Framework core.