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

Fixes handling of local and network paths in remote URL #1150

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

tmat
Copy link
Member

@tmat tmat commented Dec 1, 2023

Fixes https://developercommunity.visualstudio.com/t/VS-178:-Unable-to-locate-repository-wit/10519177 and https://developercommunity.visualstudio.com/t/Repository-URL-evaluation-exceeds-maximu/10523155

The implementation didn't correctly handle scenario where a repository is cloned from a bare repository located on a local path or a network share. Source Link in this scenario can't be easily supported by the debugger and we should disable it without failing the build.

Customer Impact

Build in repositories that are cloned from a file share fails after the customer upgrades their toolset to .NET 8 SDK.

Regression?

  • Yes
  • No

7.0

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@tmat tmat added this to the 8.0.x milestone Dec 1, 2023
@tmat tmat merged commit 61bad8d into dotnet:release/8.0.0 Dec 5, 2023
10 checks passed
@tmat tmat deleted the NetworkDir branch December 5, 2023 21:34
tmat added a commit to tmat/sourcelink that referenced this pull request Dec 15, 2023
@tmat
Copy link
Member Author

tmat commented Jan 1, 2024

Fixed in 8.0.200-preview.23628.6.

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

Successfully merging this pull request may close these issues.

1 participant