Ruben Guerrero
Ruben Guerrero
MSIX SDK Starting early June, AOSP tests failed consistently. The script we use to see if the app starting is not working. Most likely something got updated in the ADO...
Spec for * #2697 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/winget-cli/pull/2701)
This is a preview implementation of a DSC resource that installs packages on winget. For now, ensures a package is installed or not. Its install behavior depends if the package...
This PR implements two new PowerShelll cmdlets `Assert-WinGetIntegrity` and `Repair-WinGet` as well as the WinGetIntegrityResource DSC Resource. `Assert-WinGetIntegrity` verifies the integrity of winget for the current user. If winget is...
**Describe the bug** Our winget PowerShell modules have their own custom AssemblyLoadContext to load binaries to avoid dependency conflicts. This is the recommended [solution](https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/resolving-dependency-conflicts?view=powershell-7.3) from the PowerShell team. However, loading...
We should update the triggers to skip builds when files under the sample directory are modified in a PR.
### Summary of the new feature / enhancement The current implementation of `Invoke-DscResource` always calls `Get-DscResource`. If the caller already has the result of `Get-DscResource`, it should be able to...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
Bringing back the nuspec used for creating the Microsoft.WindowsPackageManager.Utils nuget package. Fix CreateLocalNuget.ps1 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4884)