-
Notifications
You must be signed in to change notification settings - Fork 2.8k
V17 - Removed obsoleted code from Cms.Api #19963
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
* Removing obsoleted constructors from AncestorsSelector.cs * Removing obsoleted constructors from ChildrenSelector.cs * Removing obsoleted code from DescendantsSelector.cs * Removing obsoleted code from RequestCultureService.cs * Removing obsoleted code from QueryOptionBase.cs
… dependencies & IBackOfficeApplicationManager.cs
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 - just a little further clean-up we can do that I've noted inline.
src/Umbraco.Cms.Api.Management/Controllers/Document/ByKeyDocumentController.cs
Outdated
Show resolved
Hide resolved
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 mostly good to me now, but could you just check over and remove the ActivatorUtilitiesConstructor
from all controllers where you have cleaned up to only have one constructor left please. It doesn't really do any harm, but it's not necessary unless there is more than one constructor, so we can remove it.
Description
A ton of obsoleted code, that has been scheduled for removal in Umbraco 17 has been removed, and their usages has been adjusted (If there was any)
Mainly this PR is the removal of obsoleted code from the Umbraco.Cms.Api.Common