Flor Chacón
Flor Chacón
Note that this is still missing tests, validation of the install root and the arg/setting to disable prompts. (Hence still a draft) I had thought of moving installers that abort...
Reviving this old PR... Main changes from last time: * Rebased on recent main branch * Added a setting and a CLI arg to prevent all prompts * Added unit...
This PR is having issues with the COM InProc E2E tests because I added something that causes us to load the string resources in a place we weren't doing it...
In the Linux world (at least in Gentoo) I've seen "virtual packages" that don't actually install anything but rather have something similar to this kind of "or" dependencies and are...
/azp run
`_liv` does mean that it is supposed to be loc independent, but it doesn't say why. My first thought when I saw the change was to wonder why it wasn't...
@skofman1 Looks like some of the details for dotnet/announcements#73 were not properly added in the advisory. On https://github.com/advisories/GHSA-p9wx-v264-q34p, for System.ServiceModel.Duplex and System.ServiceModel.Security, it includes affected versions >= 4.0.0, < 4.1.3...
The AppxManifest.xml is generated by Visual Studio from the Package.appxmanifest. You can find it inside the resulting .msix/.appx. You can inspect the contents by running `makeappx unpack app.msix` or by...
For the signing task, the input for the password should be the variable name, not the variable itself. It should work if you replace `passwordVariable: $(SigningCertPassword)` with `passwordVariable: SigningCertPassword`. Regarding...
I asked one of the engineers on this feature. Paraphrasing his comments: When `` isn't present, the app shouldn't be configured to check for updates. However, if the user clicks...