-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #3148
Update README.md #3148
Conversation
5882502
to
786c15a
Compare
@Trenly, you went through some of this as well. Do you have anything to add here? |
Nothing to add; I might suggest specific documentation on how to run the Unit Tests, but thats a separate PR. |
The project also depends on I decided not to include it in the README in case the project gets updated to target a new version (3.1 is EOL anyways). Let me know though, if this is something that still should be documented and I'll update it in the PR. |
Description of the changes
The commit messages describe each change but I'll provide further description for few of the changes:
Build Instructions:
Windows 10 SDK, version 2004 is required to build AppInstallerCLIPackage which is not installed via the workloads mentioned in the instructions. For me, on Visual Studio 2022 17.4.4, the workloads install Windows SDK for Windows 11 and I had to manually install the older version.
P.S.: I could not figure out how to debug the winget-cli codebase (yes i'm a newbie with Visual Studio). I did get it to build and deploy, and successfully run
wingetdev
, but I'm not sure how to debug the code. If the reviewers can suggest changes for the debug instructions / update the guide themselves, it would be much appreciated!Microsoft Reviewers: Open in CodeFlow