umbraco / Umbraco.UIBuilder.Issues

Back office UI builder for Umbraco
3 stars 2 forks source link

Dependency issue when installing UIBuilder alongside uSync in a v12 Umbraco website #72

Closed JamesDodwell closed 9 months ago

JamesDodwell commented 12 months ago

I have an Umbraco 12 site. I've installed Umbraco.UIBuilder (12.0.0) but now it won't run. This appears to be a dependency issue because uSync (12.1.0) and Umbraco.UIBuilder.Web.StaticAssets (12.0.0) have dependcy on different versions of Microsoft.AspNetCore.Components.Web.

Steps To Reproduce Steps to reproduce the behavior:

  1. Run a v12 Umbraco site
  2. Install uSync (12.1.0)
  3. Install Umbraco.UIBuilder.Web.StaticAssets (12.0.0)
  4. dotnet run
  5. See the following error...

Screenshot 2023-11-01 170836


This item has been added to our backlog AB#34767

JamesDodwell commented 12 months ago

Right, I have just installed the following version from the Nightlies:

dotnet add package Umbraco.UIBuilder --version 12.0.2--preview.1

and it's now working!

mattbrailsford commented 12 months ago

That’s awesome James. I’ll reopen the issue for now, mostly as a reminder for me to process this issue properly later. Glad the fix worked for you.