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

Bugfix SharedOutputPath analyzer #10236

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

JanKrivanek
Copy link
Member

Fixes #10235

Context

The analyzer didn't contain proper path normalization - so up directory referencing in a prop definition (e.g. ../someFolder) could lead to 2 absolute paths perceived as different (e.g. C:\myproj\lib1\..\common and C:\myproj\lib2\..\common)

Changes Made

Normalizing the path properly

Testing

Just a quickfix

Copy link
Contributor

@f-alizada f-alizada left a comment

Choose a reason for hiding this comment

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

LGTM

@JanKrivanek JanKrivanek merged commit b36ff85 into dotnet:main Jun 13, 2024
10 checks passed
@JanKrivanek JanKrivanek deleted the proto/outpath-check-fix branch June 13, 2024 12:01
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.

SharedOutputPathAnalyzer false negative case
3 participants