Esquio icon indicating copy to clipboard operation
Esquio copied to clipboard

Ability to add Esquio UI API to existing ASP.NET Core site

Open Kronos11 opened this issue 4 years ago • 3 comments

I would love the ability to add in some extension methods to setup and launch Esquio UI API to an existing ASP.NET Core site. This would allow those who cannot use docker to get an Http API setup for use in their environment.

See Hangfire for an example https://github.com/HangfireIO/Hangfire/blob/master/src/Hangfire.AspNetCore/HangfireApplicationBuilderExtensions.cs I could also work on a PR

Kronos11 avatar Jul 10 '20 18:07 Kronos11

Hi @Kronos11

We can discuss this for Esquio V4!! The branch Kronos11-feature/otherDbStores is already merged on master and master is now v4 branch :-)

unaizorrilla avatar Jul 13 '20 08:07 unaizorrilla

Sounds good, I see that you've done something similar for the healthchecker project https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/src/HealthChecks.UI/Extensions/ApplicationBuilderExtensions.cs

Are you thinking something similar here?

Kronos11 avatar Jul 13 '20 21:07 Kronos11

@unaizorrilla Another question is which project would you put the extension methods in? Or do we add a new nuget package?

Kronos11 avatar Jul 15 '20 01:07 Kronos11