4 則留言 (4 則留言)0 個反應 (0 個反應)0 位負責人 (0 位負責人)C#1,951 個分叉 (1,951 個分叉)batch import
:watch: Not TriagedPri3area-docsgood first issues/triaged
倉庫指標
- 星標
- 23,245 顆星 (23,245 顆星)
- PR 合併指標
- PR 指標待抓取 (PR 指標待抓取)
描述
Description
Because the different platforms use the same names for different things it can get confusing understanding what platform lifecycle events map to what xplat life cycle events.
We should update the API Docs on all the window life cycle methods to indicate what platform life cycle events they map to
https://github.com/dotnet/maui/issues/1720
貢獻者指南
- 研究方向
- 該問題要求更新視窗生命週期方法的 API 文件,以指明其與平台特定生命週期事件的對應關係。首先,查看連結的問題 #1720 以了解背景。然後,在 MAUI 儲存庫中(可能在 src/Core/src/Platform/Windows 或類似路徑下)定位包含視窗生命週期方法的原始檔。審查現有的 XML 文件註解,並新增備註,說明對應的 Windows 生命週期事件(例如 CoreWindow.Activated、Application.OnLaunched)。確保所有平台之間的一致性。沒有連結的拉取請求,也沒有指派者,因此此問題開放供貢獻。
- 技術棧
- csharp
- 領域
- desktop
- 議題類型
- 文件
- 前置要求
- GitC#.NET MAUI