Skip to content
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

Add mauiblazordesktop scenario #2515

Closed

Conversation

TanayParikh
Copy link
Contributor

@TanayParikh TanayParikh commented Jun 28, 2022

Adds the mauiblazordesktop scenario. How can we integrate with the __MAUI_Blazor_WebView_OnAfterRender__ console "magic string", as we're doing on other platforms?

We can probably update pre.py to actually write out the __MAUI_Blazor_WebView_OnAfterRender__ (this is how we do it for other platforms) (we'll probably have to do something Windows compatible). We'll need to update the collection logic to ensure it only considers the app started once that string is printed to the console.

TanayParikh and others added 3 commits June 28, 2022 15:16
#1)

* First working iteration of MauiBlazor WinUI startup with inner startup time capturing. This mostly consisted of adding a new parser that looks for the FirstRender event from overridden blazor, and adding that to the startup path.

* Apply suggestions from code review

Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
@TanayParikh TanayParikh marked this pull request as ready for review July 5, 2022 19:54
@LoopedBard3 LoopedBard3 self-assigned this Jul 5, 2022
@LoopedBard3 LoopedBard3 self-requested a review July 5, 2022 19:57
@TanayParikh
Copy link
Contributor Author

Closing out in favor of #2526.

@TanayParikh TanayParikh closed this Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants