Chris Guzak

Results 8 comments of Chris Guzak

I started on, but did not make much progress on a PowerShell script to find and quote all samples. If others are aware of similar scripts that we could borrow...

@michael-hawker is this something you can help me with? @asklar, FYI

@kmahone what errors are you getting? On the latest VS (16.11.2), after installing the .Net 3 SDK I'm able to build. but I do get a number of warnings. I...

I see now my problem is different, I created #336 to track that.

This is the recommended best practice that we want templates to follow.

you can run cppwinrt.exe to see its command line options and will find the implementation [here](https://github.com/microsoft/cppwinrt/blob/5792511e01615ad934cd1a2fcb7cd6e2ab15a83f/cppwinrt/main.cpp#L18). the command line support is stable as there are many dependecies on it. Raymond...

packaged apps get registry virtualization by default. you can disable that with manifest settings. learn more [here](https://learn.microsoft.com/en-us/windows/msix/desktop/flexible-virtualization).