dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.28k stars 1.76k forks source link

Update API Docs for Windows Life Cycle events #24641

Open PureWeen opened 11 months ago

PureWeen commented 11 months ago

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

ghost commented 11 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

parthsali commented 3 months ago

Hi @PureWeen,

I would like to work on this issue. Could you please assign it to me or let me know if there are any specific requirements or guidelines I should follow?

Thank you!

github-actions[bot] commented 2 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

PureWeen commented 2 months ago

@parthsali not in particular if you look at any of our other API "triple comment" api docs on files they all follow about the same structure

Page has a decent amount of comments you can use as a reference https://github.com/dotnet/maui/blob/bcba26ff7651cfae171a45df0caca71d7f4b4d39/src/Controls/src/Core/Page/Page.cs#L280-L290