Results 10 issues of Martin Vega

**Describe the bug** I think WinUI has an issue on VisualStateManager initialization. AdaptiveTrigger works when I resize the app but is not working on visual state initialization. I've open an...

bug
XAML issue
external-issue
WinUI3

Related to the issue #775 and after creating the [MixedNavigationSample](https://github.com/Microsoft/WindowsTemplateStudio/tree/dev/samples/navigation) and write the navigation [documentation](https://github.com/Microsoft/WindowsTemplateStudio/blob/dev/docs/navigation.md) we need to think about different improvements to NavigationService. Things that we need to think...

enhancement
question
Generated Code

I think that the activation page added by UriScheme feature could be a ActivationPage dependency and ActivationPage could be a BlankPage or a specific hidden page. We currently have a...

enhancement
Generated Code
UWP

# Low priority Working on templates if seen that in some groups there are different pages with same DisplayOrder, i.e: **ApplicationLaunching** - 3DLauncher with displayOrder 1. - DeepLinking with displayOrder...

enhancement
meta
Testing

Add a **Web API & Secured Web API** Prompt template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures).

feature
WPF

Add a **HTTP Data Service** Prompt template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures).

feature
WPF

Add a **Whats New** Prompt template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures). ![image](https://user-images.githubusercontent.com/5556784/78130369-8013b100-7419-11ea-85bd-e5c58b9ed797.png)

feature
WPF

Add a **First Run Prompt** template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures). ![image](https://user-images.githubusercontent.com/5556784/78130241-3925bb80-7419-11ea-88bf-80619de851da.png)

feature
WPF

Add a **BackgroundTask** template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures). Doc links: - [Extend your desktop app with modern UWP components: BackgroundTask](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-extend#create-a-background-task) - [Extend your...

feature
WPF

Hi We are working on a Mockup for WinUI3 Templates in Windows Template Studio that uses the MVVMToolkit libraries. You can find the code at [Mockup-WinUI3](https://github.com/microsoft/WindowsTemplateStudio/tree/Mockup-WinUI3). As part of this...

question :grey_question:
mvvm-toolkit :toolbox: