dotnet / dotnet/winforms

Implement shared startup, shutdown, exception, and command-line features

Open
#14,975 0 comments 0 reactions 0 assignees View on GitHub
Review Issue
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
20h 23m
Merged PRs (30d)
103

Description

## Objective

Implement approved shared lifecycle features using the common host rather than a parallel message-loop model. Preserve deterministic event ordering, UI-thread behavior, cancellation, exception routing, command-line parsing, settings-on-exit policy, and graceful shutdown.

## Completion guidance

- Keep the implementation focused on the objective while allowing the assignee to improve the approach based on research.
- Document important decisions, rejected alternatives, dependencies, and follow-up work.
- Add or update tests and documentation appropriate to the work.
- Verify locally and in CI where the task changes code or generated artifacts.

Contributor guide

Open the contributing guide

Research direction

No files, tests, or concrete entry points are named. Start by locating the common host and the existing message-loop and lifecycle implementations, then trace startup, shutdown, exception, cancellation, command-line, and settings-on-exit behavior; done means the shared implementation preserves deterministic ordering and UI-thread behavior with appropriate tests and documentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli, desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.