Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.2k
Code
Issues
5k+
Pull requests
538
Discussions
Actions
Projects
Security and quality
67
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Make WindowsServiceLifetime gracefully stop
- #83892
#83892
Merged
ericstj
merged 11 commits into
dotnet:main
dotnet/runtime:main
from
ericstj:fixServiceLifetime
ericstj/runtime:fixServiceLifetime
Copy head branch name to clipboard
Apr 6, 2023
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Make WindowsServiceLifetime gracefully stop
#83892
ericstj
merged 11 commits into
dotnet:main
dotnet/runtime:main
from
ericstj:fixServiceLifetime
ericstj/runtime:fixServiceLifetime
Copy head branch name to clipboard
Commits
Commits on Mar 24, 2023
Make WindowsServiceLifetime gracefully stop
Show description for 9802470
ericstj
committed
9802470
View commit details
Copy full SHA for 9802470
Browse repository at this point
Commits on Mar 29, 2023
Alternate approach to ensuring we only ever set STATE_STOPPED once.
ericstj
committed
a146ad0
View commit details
Copy full SHA for a146ad0
Browse repository at this point
Avoid calling ServiceBase.Stop on stopped service
Show description for e6de2e1
ericstj
committed
e6de2e1
View commit details
Copy full SHA for e6de2e1
Browse repository at this point
Add tests for WindowsServiceLifetime
Show description for eb39960
ericstj
committed
eb39960
View commit details
Copy full SHA for eb39960
Browse repository at this point
Commits on Mar 30, 2023
Respond to feedback and add more tests.
Show description for 65bf815
ericstj
committed
65bf815
View commit details
Copy full SHA for 65bf815
Browse repository at this point
Commits on Mar 31, 2023
Honor Cancellation in StopAsync
ericstj
committed
2432d10
View commit details
Copy full SHA for 2432d10
Browse repository at this point
Fix bindingRedirects in RemoteExecutor
ericstj
committed
4b6bfc6
View commit details
Copy full SHA for 4b6bfc6
Browse repository at this point
Use Async lambdas for service testing
ericstj
committed
27f55ac
View commit details
Copy full SHA for 27f55ac
Browse repository at this point
Fix issue on Win7 where duplicate service descriptions are disallowed
ericstj
committed
80cfc7e
View commit details
Copy full SHA for 80cfc7e
Browse repository at this point
Commits on Apr 4, 2023
Respond to feedback
ericstj
committed
eae3733
View commit details
Copy full SHA for eae3733
Browse repository at this point
Commits on Apr 5, 2023
Fix comment and add timeout
ericstj
committed
efbb101
View commit details
Copy full SHA for efbb101
Browse repository at this point
You can’t perform that action at this time.