Mike Battista

Results 94 comments of Mike Battista
trafficstars

Added comments to templatestrings.json files with https://github.com/microsoft/TemplateStudio/commit/efae41eb92e52e5c30628c9fbc09f94b373c49b6. The comments follow the [resjson format](https://docs.microsoft.com/previous-versions/windows/apps/hh465254(v=win.10)) and help translators provide better translations.

Added vstemplate files to the localization pipeline with 1596846538fdf200c2901cef1bf95c40063b4361 and parent commits to refactor the WinUI vstemplate files.

The ordering in JSON files needs to match for the resources to be translated correctly. See https://github.com/microsoft/TemplateStudio/commit/d7e6b8b5ca4c1174e0708401236905e1023c84bf.

@pratikone please provide links to WinUI issues so we can reference them here and track progress on the fixes. The two that are impacting us are: 1. Need to set...

With Template Studio 5.2 using 1.1.3, `Restart("")` works fine for me for both packaged and unpackaged projects. I do see a failure though when switching to self-contained. I get FileNotFound...

My next guess would be that it's a downlevel problem since you're on 19044. @kanismohammed are these APIs supported downlevel?

Thanks. There are two issues though. The self-contained issue is one. It's also possible the Restart API doesn't work for unpackaged apps downlevel. We need to investigate.

@dhoehna I've already filed https://task.ms/40728649. Do we need another bug?

This still reproes with latest Template Studio builds. I worked around by changing BackButtonBehavior from Automatic to Manual to take the ListDetailsView back button out of the picture. From https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/masterdetailsview#backbuttonbehavior,...