Skip to content
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

nuget python package error fix #2443

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

hanagasira
Copy link
Contributor

@hanagasira hanagasira commented Mar 8, 2025

What does this PR do?

Closes #2436

How does this PR change Premake's behavior?

If the nuget package information could not be retrieved from the items element of the items element,
modify the items element to retrieve it from the url in the @id element of the items element.

Anything else we should know?

This may slow down the generation time because of multiple url requests.

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

@nickclark2016 nickclark2016 merged commit 6385739 into premake:master Mar 12, 2025
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There is a nuget package that cannot retrieve information
3 participants