-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Code Quality: LiteDB server and Files.Core removal #14911
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
Conversation
edf33f7 to
c79b2cb
Compare
0x5bfa
left a comment
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.
Looks good overall.
|
Maybe Core removal should be separated for the code review. |
| col.Delete(tmp.Id); | ||
| } | ||
| } | ||
| NormalMaxLength = entry.NormalMaxLength, |
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.
I assume everything is saved to the DB transparently, right?
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.
This is to convert LayoutPreferencesItem from Files.App to LayoutPreferencesItem from Files.App.Server. We cannot just simply move the LayoutPreferencesItem from Files.App to Files.App.Server as it contains a lot of services related to UI.
And yeah, changes will be saved to the DB.
0x5bfa
left a comment
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.
Overall, look good!
|
PTAL |
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 code wise. I"m not sure for layout managers changes validation.
Resolved / Related Issues
Microsoft.UI.Content.ContentExternalOutputLinkfrom winmd on-the-fly to avoid breaking changes in CsWinRTValidation
How did you test these changes?
Screenshots (optional)
Add screenshots here.