sibille

Results 41 issues of sibille

While working on #4275 we have seen that the [item templates for C++](https://github.com/microsoft/WindowsTemplateStudio/tree/dev/code/src/ItemTemplates/WinUI/Cpp) include sample code while the [item templates for C#](https://github.com/microsoft/WindowsTemplateStudio/tree/dev/code/src/ItemTemplates/WinUI/CS) don't. For example, the Blank Page for C++...

question
WinUI3
C++

Some of the WACK Tests for UWP templates are failing with an HighVersionLie error on our [build pipeline](https://winappstudio.visualstudio.com/DefaultCollection/WTS/_build/results?buildId=35265&view=results) and when executing locally. ![image](https://user-images.githubusercontent.com/24698018/97198458-1a20b980-17af-11eb-88f5-068ac638b52e.png) We've not done any changes to the...

bug
Testing

Opening a new issue for the outstanding questions on issue https://github.com/microsoft/WindowsTemplateStudio/issues/4056: - [ ] Should CanDragItems be disabled too? External issue: https://github.com/microsoft/microsoft-ui-xaml/issues/4136 - [ ] Reenable drag and drop on...

external-issue
UWP

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)....

Xamarin pre-req

https://docs.microsoft.com/en-us/graph/notifications-concept-overview

feature
Microsoft on point

See if we can use the ToastNotificationManagerCompat from the Windows Community Toolkit to activate from ToastNotifications in WinUI3. Applies to the following platforms: | UWP | WPF | WinUI |...

feature
WinUI3

We should update the nuget packages Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.SqlServer to the latest version. Issue dotnet/SqlClient#703 seems to be solved. UWP | WPF | WinUI -- | -- | -- Yes...

Generated Code
external-issue
UWP

Opening this issue to study the possibility to refactor the TemplateJsonVerifier in a way that plaform specific values are configurable. While adapting the TemplateJsonVerifier for WPF I added a number...

Testing

We should update the nuget package xunit.runner.visualstudio to the latest version once issue https://github.com/xunit/visualstudio.xunit/issues/221 is solved. UWP | WPF | WinUI -- | -- | -- Yes |No | No

Generated Code
external-issue
UWP

We're looking into creation of WPF (.NET Core) projects in [Windows Template Studio](https://github.com/Microsoft/WindowsTemplateStudio). MVVMLight is one of the frameworks our users requested and we'd love to get your feedback on...