Matt Lacey

Results 154 issues of Matt Lacey

**Is your feature request related to a problem? Please describe.** The [published telemetry data](https://github.com/microsoft/WindowsTemplateStudio/blob/dev/docs/telemetryData.md) presents incomplete and potentially misleading information. Improvements could make it more useful for the core team...

Infrastructure

We need better documentation of the build process and pipelines, including where, when, and how different builds and tests are run. The [pipelines are in the repo](https://github.com/microsoft/TemplateStudio/tree/main/_build/pipelines) but I can't...

Documentation
Pipeline changes

- [ ] Improve documentation on how to author templates. - [ ] Add documentation on the packaging and distributing of WinTS compatible templates. This must also include differences from...

Documentation
Testing

### Describe the bug Some of the Minimum Core tests do not produce consistent results. It appears to be that the ones that don't always pass are reliant on the...

bug

7 months ago, after almost 2 years of no activity, the WinAppDriver team said that updates were coming but there's still no evidence of this. X-Ref https://github.com/microsoft/WinAppDriver/issues/1371 [Officially](https://docs.microsoft.com/en-us/visualstudio/test/use-ui-automation-to-test-your-code?view=vs-2019), Microsoft still...

### Is your feature request related to a problem? Please describe. Add a new `Minimum` test to check that the namespaces in each template file are sorted alphabetically. This is...

Testing

### Is your feature request related to a problem? Please describe. There is lots of code left over from the migration from CoreTemplateStudio that is no longer needed. This code...

enhancement
meta

### Describe the bug A few places (most notably `SafeThreading.cs`) make use of internal VS APIs. There are a few negative consequences of this: - It makes testing harder -...

bug
Wizard
meta

**Is your feature request related to a problem? Please describe.** The WinUI3 templates currently only offer MVVM Toolkit as an option for the framework (design pattern) when working through the...

question
WinUI3

* Check coverage of tests against generated apps * ~Tidy up magic strings used throughout test code~ done as part of #3799 * Add better handling for different functionality available...

Generated Code
Testing