-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET Core #348
Comments
@WilliamBZA ServicePulse can be easily deployed on any non Windows system, all you need is a webserver to host for the files. |
I agree with @johnsimons as ServicePulse is a SPA application without any backend we can host it on any webserver that supports html+js |
Of course, that's exactly why I say this will be low friction! But there's more to it than just hosting the files on a webserver. The design of including transformation of config files as part of the setup project makes this hard for users. There's manual work involved and there will be bugs with "why is my version incorrect". My suggestion is to spend some time making the deployment process cross-platform too, so that we have a complete solution - not just a workaround. Like I said, low priority, but brushing it off as "it's just html and js" is not good enough unfortunately. |
Any progress on this? @kbaley @WilliamBZA |
@levimatheri ServicePulse can run on Linux as a SPA application. In fact, we have docker images for it for both linux and windows on Docker Hub. Would that work for you? |
Nice 👍🏽 yes that works. Thank you @HEskandari |
Should we then close this issue? |
Yes, closing. |
ServicePulse can be deployed separately to ServiceControl and thus has a different set of blockers preventing the adoption of .NET Core.
Since Nancy is also close to supporting Core, we are well placed to support it with relatively low friction.
Since Pulse will be the only product of ours that supports .NET Core, the benefit provided is low so this should be low priority too.
The text was updated successfully, but these errors were encountered: