-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Consume PosixSignal in Microsoft.Extensions.Hosting.Systemd's SystemdLifetime #56058
Comments
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsSame change as #55417, but we should make it for Systemd. runtime/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs Lines 48 to 78 in d38a539
We should also figure out how to add real tests, as I don't believe there are any tests for this library, yet. The only test we have: runtime/src/libraries/Microsoft.Extensions.Hosting.Systemd/tests/UseSystemdTests.cs Lines 13 to 24 in d38a539
tests that Systemd is "off" when not in a systemd service.
|
cc @tmds |
* Consume PosixSignal in Hosting.Systemd's SystemdLifetime Fix #56058 * Fix TFMs to correctly include NetCoreApp Also fixing duplicate entries in the .sln file, since it doesn't load correctly.
Same change as #55417, but we should make it for Systemd.
runtime/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs
Lines 48 to 78 in d38a539
We should also figure out how to add real tests, as I don't believe there are any tests for this library, yet. The only test we have:
runtime/src/libraries/Microsoft.Extensions.Hosting.Systemd/tests/UseSystemdTests.cs
Lines 13 to 24 in d38a539
tests that Systemd is "off" when not in a systemd service.
The text was updated successfully, but these errors were encountered: