Skip to content
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

Open
EddieDemon opened this issue Jul 2, 2024 · 3 comments
Open

Ambiguous UmbracoBuilderExtensions Umbraco 14 #451

EddieDemon opened this issue Jul 2, 2024 · 3 comments

Comments

@EddieDemon
Copy link

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 and Umbraco.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:

dotnet new install Umbraco.Templates
dotnet new umbraco
dotnet add package Articulate
dotnet build
gavinfaux added a commit to gavinfaux/Articulate that referenced this issue Aug 21, 2024
'Umbraco.Cms.Web.Backoffice' deprecated for version 14 onwards, as was Smidge. Breaking API changes building against 14.
@gavinfaux
Copy link
Contributor

'Umbraco.Cms.Web.Backoffice' was deprecated for version 14 as was Smidge, v5 not compatible with Umbraco 14 currently.

451a

451b

@Shazwazza
Copy link
Owner

Yeah, I've not tried Smidge with v14. It clearly needs some updates and another major version.

@Shazwazza
Copy link
Owner

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants