marticliment / UniGetUI

UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
https://www.marticliment.com/unigetui/
MIT License
11.93k stars 396 forks source link

Fix some warnings #2527

Closed Saibamen closed 1 month ago

marticliment commented 1 month ago

This PR had broken code. I would ask you to please use the https://github.com/marticliment/UniGetUI/blob/main/.github/PULL_REQUEST_TEMPLATE.md Pull Request Template, which enforces some steps before publishing a PR

Saibamen commented 1 month ago

Sorry, I had build problems on my Visual Studio, ARM64 was not found during compilation.

Probably after your commit with UniGetUI.PackageEngine.Managers.PowerShell7.csproj, but I'm not sure.

And after installing this package via Visual Studio Installer, I still had this error: image

But everything was OK for GitHub Actions in this PR

marticliment commented 1 month ago

Oh, don't worry then. I faced this issue also, there was a corruption in the solution configuration. The issue should now be fixed

Saibamen commented 1 month ago

Current master branch is building for me without any issues, thanks.