elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.42k stars 1.19k forks source link

Sample server+dashboard applications with ASP.NET Core 6 #2834

Open sfmskywalker opened 2 years ago

sfmskywalker commented 2 years ago

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 commented 2 years ago

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