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 minimal WPF sample #325

Merged
merged 5 commits into from
Dec 10, 2023
Merged

Add minimal WPF sample #325

merged 5 commits into from
Dec 10, 2023

Conversation

schnerring
Copy link
Contributor

What kind of change does this PR introduce?
Xamarin.Forms has preview support for the Windows Presentation Foundation (WPF), so I've created a minimal sample project that partially works.

What is the current behavior?
There's no WPF sample / support (see #47)

What is the new behavior?
Added WPF sample that does not fully work. The navigation bar is blank.

What might this PR break?
Nothing if WPF related changes are decoupled from the rest of the project.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

How to get started with #47? I suppose we'd need to add a platform specific implementation of NavigationView for WPF? I have briefly looked at ReactiveUI's TransitioningContentControl but don't understand how to base the solution off that control

@dnfadmin
Copy link

dnfadmin commented Jan 19, 2021

CLA assistant check
All CLA requirements met.

@schnerring
Copy link
Contributor Author

I actually wanted to create this as a draft but I clicked too fast, sorry about that.

Signed-off-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com>
@RLittlesII
Copy link
Member

@schnerring Thanks for the contribution. I will take a look at it later this week.

Copy link

codecov bot commented Dec 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (017183b) 62.13% compared to head (6710fed) 62.13%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #325   +/-   ##
=======================================
  Coverage   62.13%   62.13%           
=======================================
  Files          27       27           
  Lines         676      676           
  Branches       82       82           
=======================================
  Hits          420      420           
  Misses        226      226           
  Partials       30       30           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@glennawatson glennawatson merged commit d6d3678 into reactiveui:main Dec 10, 2023
5 checks passed
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants