roy-harmon / UniversaLIS

UniversaLIS is a laboratory information system (LIS) for ASTM/CLSI-compliant clinical laboratory analyzers using serial and TCP connections.
MIT License
38 stars 12 forks source link

Restore service functionality #7

Closed roy-harmon closed 1 year ago

roy-harmon commented 2 years ago

With the move from .NET Framework 4.8 to .NET 5.0, installing as a Windows service isn't as easy as it used to be (since .NET 5.0 is cross-platform). There are new ways of doing this, apparently, but I'm not sure yet how it all works. Topics to explore include:

If we can take advantage of the cross-platform nature of .NET 5.0 to implement similar functionality on other platforms, so much the better.

roy-harmon commented 1 year ago

I think I have a fix for this. I'll merge it once I've done more testing.