Kimserey / Groomgy.HealthChecks.AspNetCore

A Health Check library for ASP.NET Core.
MIT License
4 stars 3 forks source link

Split out Orleans as separate project. #10

Open dzmitry-lahoda opened 5 years ago

dzmitry-lahoda commented 5 years ago

After split, may be propose it to migrate into https://github.com/OrleansContrib . Orleans goes into ASP.NET Core deep integration, so may propose to main repo either.

Kimserey commented 5 years ago

Hey @dzmitry-lahoda thanks a lot for the interest.

I guess OrleansContrib would be a good place to put an extension for having a orleans aspnet core health check.

Also at the point when I created this library, ASP.NET Core did not have any health check library as part of the core library (nor any external nuget package) but since it does now, I guess we should base the healtcheck on the interfaces provided by ASP.NET Core 2.2.

I'll split up the healthcheck to a separate repository first and we can carry the conversations over there.

dzmitry-lahoda commented 5 years ago

i see. ok. another issues is to separate interface of grain into separate assembly.