elsa-core
elsa-core copied to clipboard
Sample server+dashboard applications with ASP.NET Core 6
Discussed in https://github.com/elsa-workflows/elsa-core/discussions/2775
Originally posted by maiorfi February 24, 2022 It seems that following guide at https://elsa-workflows.github.io/elsa-core/docs/guides/guides-recurring-tasks but using ASP.NET Core 6 (and "no startup.cs" pattern using the new WebApplicationBuilder hosting model) causes some issue in designer hosting, that appears as "broken". Looking at resources requested by browser, I spotted that tailwind.css inclusion fails with 404.
Any hint?
We'll go through that guide & adapt it to .NET 6.