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
I would like to access to pdb with source link on private Azure Repo
Environment data
dotnet --info output:
SDK .NET (reflétant tous les fichiers global.json) :
Version: 6.0.101
Commit: ef49f6213a
Environnement d'exécution :
OS Name: Windows
OS Version: 10.0.19043
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\6.0.101\
VS Code version: 1.61.0
C# Extension version: 1.3.1
Steps to reproduce
Deploy .Net library on private Azure artifact
With a pipeline¹, deploy PDB with sourcelink (use PublishSymbols@2 task)
Remark : on Visual Studio, there are an option for "Enable Source Link support" :
"Fall back to Git Credential Manager authentication for all Source Link request.
It's possible to use Git credential to authenticate the pdb request ?
New feature
I would like to access to pdb with source link on private Azure Repo
Environment data
dotnet --info
output:VS Code version: 1.61.0
C# Extension version: 1.3.1
Steps to reproduce
"stopAtEntry": false,
"justMyCode": false,
"suppressJITOptimizations": true,
"sourceLinkOptions": {
"": { "enabled": true },
"https://dev.azure.com/MyOrganisation/": { "enabled": true }
}
Expected behavior
See library source code,
With Visual Studio, the debugger ask me my login / password to authentificate
Actual behavior
Library class file is opened with error : "Request failed with HTTP status code 401 (Unauthorized)."
¹ Azure pipeline
² launch.json file
³ Library csproj file :
The text was updated successfully, but these errors were encountered: