Whats the status on the elsa workflows blazor integration?

1k Views Asked by At

Whats the status on the blazor integration ? I cloned https://github.com/elsa-workflows/elsa-dashboard-blazor but when building I geterror "Severity Code Description Project File Line Suppression State Error MSB3030 Could not copy the file "wwwroot\service-worker.published.js" because it was not found. Elsa.Dashboard.Client \packages\microsoft.aspnetcore.components.webassembly.build\3.2.1\targets\ServiceWorkerAssetsManifest.targets 230 ".

The link in the github to the "old" project returns a 404

1

There are 1 best solutions below

0
On BEST ANSWER

The Blazor integration sample was pretty outdated when you wrote this question, but I have recently pushed an update that includes two new Blazor sample implementations that demonstrate how to include the Elsa Dashboard component within a Blazor WASM and Blazor Server project.