TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Create basic Xamarin template: - Framework: MVVM basic. - Project Type: Blank.
Consider: - Reusability - Complexity - Best practices, ... Figure out which changes will require the current code (if it will be needed to be shared with the xPlat stuff)....
**Is your feature request related to a problem? Please describe.** There seems to be class of applications that would have a navigation scheme like a browser. Where user would like...
Please add generation support of [Uno-Platform](https://github.com/nventive/Uno) projects. Uno Platform takes UWP projects to Android, iOS and Web (using WASM), and follows XAML standard and UWP guidelines. It would be great...
**Describe the bug** The latest 2.4 preview has moved `NavigationView` from using `ListView` to `ItemRepeater`. There seems to be a change in behaviour on how the `NavigationView.Header` behaves. Setting `NavigationViewHeaderBehavior.HeaderMode="Never"`...
When sharing to an app with ShareTarget feature, only the app's splash screen is displayed (not the ShareTarget page). Here's how I navigate to it in `App.xaml.cs` (I use Prism):...
https://docs.microsoft.com/en-us/graph/notifications-concept-overview
Create a new feature template that allows an app to specify itself as an AppExtensionHost. If a developer wants to enable a plug-in model for their app, they need to...
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).
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).