elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

Sample server+dashboard applications with ASP.NET Core 6

Open sfmskywalker opened this issue 3 years ago • 1 comments

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?

sfmskywalker avatar Mar 14 '22 14:03 sfmskywalker

We'll go through that guide & adapt it to .NET 6.

sfmskywalker avatar Mar 14 '22 14:03 sfmskywalker