You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it usually performs admirably, I encountered a surprising bug today :
Environment
CopyGitLink Version 1.4.1
Microsoft Visual Studio Enterprise 2019 Version 16.11.1
What happened?
Generated a link without the first character of the file path : https://github.com/Hectre/WebApp/blob/36fcd13a995694de4ffa440ba270d6d75711afd8/ectre.AspNetCore.Utilities.Tests/ApplicationFactory/CustomWebApplicationFactory.cs#L91-L91
Notice ectre.AspNetCore
What did you expect?
Generate a link with the complete file path : https://github.com/Hectre/WebApp/blob/36fcd13a995694de4ffa440ba270d6d75711afd8/Hectre.AspNetCore.Utilities.Tests/ApplicationFactory/CustomWebApplicationFactory.cs#L91-L91
Notice Hectre.AspNetCore
Additional information
I was able to reproduce it with every type of link generation, on multiple files of various depths in this repository.
I was running short on memory due to a RoslynAnalyzer memory leak. After restarting Visual Studio, the link generation generated the files properly again.
The text was updated successfully, but these errors were encountered:
Alexandre-Nourissier
changed the title
Incorrect link generated, possible tied to memory constrained system.
Incorrect link generated, possibly tied to memory constrained system.
Sep 7, 2021
It is indeed very surprising! Thanks for reporting it. I will look at how the URL is generated to see if there's an obvious mistake that could cause this.
I ran into this issue as well. The first letter of the file path in the link was missing. It didn't seem to be related to a memory issue, but restarting Visual Studio did fix it.
While it usually performs admirably, I encountered a surprising bug today :
Environment
CopyGitLink Version 1.4.1
Microsoft Visual Studio Enterprise 2019 Version 16.11.1
What happened?
Generated a link without the first character of the file path :
https://github.com/Hectre/WebApp/blob/36fcd13a995694de4ffa440ba270d6d75711afd8/ectre.AspNetCore.Utilities.Tests/ApplicationFactory/CustomWebApplicationFactory.cs#L91-L91
Notice
e
ctre.AspNetCoreWhat did you expect?
Generate a link with the complete file path :
https://github.com/Hectre/WebApp/blob/36fcd13a995694de4ffa440ba270d6d75711afd8/Hectre.AspNetCore.Utilities.Tests/ApplicationFactory/CustomWebApplicationFactory.cs#L91-L91
Notice
H
ectre.AspNetCoreAdditional information
I was able to reproduce it with every type of link generation, on multiple files of various depths in this repository.
I was running short on memory due to a RoslynAnalyzer memory leak. After restarting Visual Studio, the link generation generated the files properly again.
The text was updated successfully, but these errors were encountered: