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

fix: [OSM-782] Fix local PackageReference bug for v2 parsing #190

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

dotkas
Copy link
Contributor

@dotkas dotkas commented Nov 7, 2023

The --dotnet-runtime-resolution logic relies on some string parsing to understand where we placed the .dll or .exe assemblies we need to identify. I did not think about local PackageReferences that needs to be restored in a chained order.

Thus my logic extracted the first element it found in the stdout log, where it should have looked for the last.

@dotkas dotkas requested a review from a team as a code owner November 7, 2023 21:02
@dotkas dotkas enabled auto-merge (squash) November 7, 2023 21:07
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only change. Rest is fixtures.

Copy link
Contributor

@37IulianPopovici 37IulianPopovici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dotkas dotkas merged commit 9c560b5 into main Nov 8, 2023
4 checks passed
@dotkas dotkas deleted the dotkas/OSM-782/package-reference-fix branch November 8, 2023 07:30
@snyksec
Copy link

snyksec commented Nov 8, 2023

🎉 This PR is included in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants