-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Ambiguous UmbracoBuilderExtensions Umbraco 14 #451
Comments
'Umbraco.Cms.Web.Backoffice' deprecated for version 14 onwards, as was Smidge. Breaking API changes building against 14.
Yeah, I've not tried Smidge with v14. It clearly needs some updates and another major version. |
There's plenty of UI in Articulate for the back office so that will need a big overhaul and I have no experience doing any UI stuff for Umbraco 14. If anyone wants to help migrate the codebase to work, that would be wonderful. Unfortunately it took a very long time to get the last update working with Umbraco 10, this one for UI might take a while too :( |
I just updated to Umbraco 14 and noticed an error which did not exist before Umbraco 14. Now this error only shows itself when I add Articulate (truth being it's the only additional package I added.) I'm unsure why this happens, since you always have
Umbraco.Cms.Api.Delivery
andUmbraco.Cms.Api.Management
. Only when Articulate is added it becomes an issue.I'm some what sure it's me, but I would love someone else to look over this.
error CS0121: The call is ambiguous between the following methods or properties: 'Umbraco.Extensions.UmbracoBuilderExtensions.AddBackOffice(Umbrac o.Cms.Core.DependencyInjection.IUmbracoBuilder, System.Action<Microsoft.Extensions.DependencyInjection.IMvcBuilder>?)' and 'Umbraco.Extensions.UmbracoBuilderExtensions.AddBackOffice(Umbraco.Cms.Core.Dependenc yInjection.IUmbracoBuilder, System.Action<Microsoft.Extensions.DependencyInjection.IMvcBuilder>?)'
Now, to reproduce:
The text was updated successfully, but these errors were encountered: