-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 Hosting.Systemd's SystemdLifetime #59880
Conversation
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Tagging subscribers to this area: @eerhardt, @maryamariyan Issue DetailsFix #56058
|
src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.netcoreapp.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs
Show resolved
Hide resolved
Thanks for all the feedback so far. I believe this is ready for another review. |
CI failures are #60731 @tmds @stephentoub @maryamariyan - any more thoughts here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
Also fixing duplicate entries in the .sln file, since it doesn't load correctly.
FYI @ViktorHofer - this is the change I mentioned to you offline, if you want to take a look at the project changes. I think I got them right, but it would be great to confirm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The msbuild project file changes look right.
Fix #56058