William Kent

Results 98 comments of William Kent

@asklar As it turns out, PackageReference support in C++ projects works _today_. You will need to do the following: 1. Add `` to an item group in your vcxproj file...

@JunielKatarn My apologies, I forgot a step. Add this to the .targets file, above the MSBuildExtensionsPath import. ```xml false ```

@asklar After a quick test, I have found that the `ExcludeRestorePackageImports` property is apparently unneeded; I have removed it, and both restore and build still work. The `ResolveNuGetPackages` property is...

My 2¢: I am a user of PortableApps.com. PortableApps.com already has [a detailed specification](https://portableapps.com/development/portableapps.com_format) for how portable apps are to be integrated with the Windows platform. Every MSIX shell integration...

If we are going to be considering adding a macOS Help Book to CodeEdit, there is an excellent example of how to make one [in this repository](https://github.com/coteditor/CotEditor) under the [`CotEditor/Resources/CotEditor.help`](https://github.com/coteditor/CotEditor/tree/main/CotEditor/Resources/CotEditor.help/Contents/Resources)...

@jonwis I didn't know that. However, seeing as it requires a machinewide Registry value to be set, what is the best way I ensure that the admin/user installing my app...

Unfortunately, if I elevate, won’t then the Registry value still be redirected into the app’s private hive, as I am running a process from within the MSIX namespace?

@jonwis Question for you. Having researched the Package Support Framework, I am wondering if the following process, which was inspired by how PowerShell scripts are run there, would be useful...