Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Uwp disabled for creating new shell project #10279

Closed
chrisevans9629 opened this issue Apr 9, 2020 · 4 comments
Closed

[Bug] Uwp disabled for creating new shell project #10279

chrisevans9629 opened this issue Apr 9, 2020 · 4 comments
Labels
a/shell 🐚 a/templates Issue with the File > New templates in Visual Studio p/UWP

Comments

@chrisevans9629
Copy link

Description

UWP option is disabled for a new Xamarin forms shell project, even though UWP shell is supported
image

UWP supported was added via this issue:
#5593

Here is the pull request for that:
#6015

Steps to Reproduce

  1. Open dialog to create new xamarin forms project

Expected Behavior

Allow you to selected UWP

Actual Behavior

UWP checkbox disabled

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE: Visual studio 2019
@chrisevans9629 chrisevans9629 added s/unverified New report that has yet to be verified t/bug 🐛 labels Apr 9, 2020
@pauldipietro pauldipietro added this to New in Triage Apr 9, 2020
@rmarinho rmarinho moved this from New to External in Triage Apr 9, 2020
@PureWeen PureWeen added this to Backlog in Shell via automation Apr 9, 2020
@PureWeen PureWeen moved this from Backlog to To do (blockers) in Shell Apr 9, 2020
@PureWeen
Copy link
Contributor

PureWeen commented Apr 9, 2020

@chrisevans9629 we're waiting for some additional enhancements to UWP shell before we expose this on the templates.

I've added this issue to our shell backlog and I'll update the progress here once we're ready to add uwp

@PureWeen PureWeen moved this from To do (blockers) to To Do UWP (blockers) in Shell Apr 22, 2020
@samhouts samhouts added a/templates Issue with the File > New templates in Visual Studio and removed s/unverified New report that has yet to be verified labels May 30, 2020
@dgerding
Copy link

dgerding commented Jun 24, 2020

Any word? I know Maui is probably causing lots of new work but if there is any chance we can get a 4.7 service release that enables the UWP shell as a project option that would be great. If not, would someone interested in this and in the know point me to the latest "correct-ish" way to add the UWP project and shell support on an ew 4.7 project? Thanks!

@pwisk
Copy link

pwisk commented Jul 13, 2020

On Shell for UWP Xamarin.Forms Shell Navigation dosn't work correctly:

await Shell.Current.GoToAsync(nameof(SettingsPage)).ConfigureAwait(false);

The header changes, but the page does not load. The page builder is called. The msdn sample also doesn't work:
https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/userinterface-xaminals/

The alternative call doesn't work either:

ShellNavigationState state = Shell.Current.CurrentState;
await Shell.Current.GoToAsync($"{state.Location}/{nameof(SettingsPage)}").ConfigureAwait(false);
Shell.Current.FlyoutIsPresented = false;

@PureWeen
Copy link
Contributor

This has been enabled on 16.9

Triage automation moved this from External to Closed Jan 21, 2021
Shell automation moved this from To Do UWP (blockers) to Done Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/shell 🐚 a/templates Issue with the File > New templates in Visual Studio p/UWP
Projects
Shell
  
Done
Triage
  
Closed
Development

No branches or pull requests

6 participants