-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[FEATURE REQ] Symbols for Microsoft.Azure.ServiceBus.dll #10262
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl |
1 similar comment
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl |
//cc: @weshaggard, @danieljurek |
We generally publish symbols for all of the packages we release to the Microsoft Symbol Server. |
There was a brief period of time when our release pipeline failed to publish symbols. Unfortunately the build responsible for the release of version 4.1.1 has been cleaned up so symbols for this release cannot be published. I will work with the Service bus team to release a hotfix with symbols published. |
Cough, cough, SourceLink. #6239 Disclaimer: this is not COVID-19 cough. |
BTW, this client used to have SourceLink enabled :( |
If PDB would be shipped with the package ( |
My understanding is that we are not including symbols in the package because of size. Hence the need to publish to symbols server. |
Portable PDBs are quite small. I don't see why you need to bother with a symbol server at all. |
Ok @weshaggard could you clarify why the symbols server needed? |
Please make use of Microsoft.Azure.ServiceBus.4.1.2 which has symbols published. |
There is a long discussion about using embedded pdb's and some of the drawbacks at dotnet/sdk#2679. We are essentially using the same pdb policy that the .NET team is using which for the most part has served us well (minus a few publishing issues which were just oversights). As for source link we have enabled it for all the data-plane libraries by default so that should be working as long as the pdb is present. If someone finds that not to be the case then we have a bug to fix. |
I don't know what those policies are but can share my side of the story where I would agree with the arguments brought in dotnet/sdk#2679 by supporters of embedding PDBs in the package - it simplifies troubleshooting and additional 20-30% of size increase justify it. Just as today no one claims that all data should be normalized just because storage was expensive, I hope to see this decision reviewed. Thank you, @weshaggard. |
@chidozieononiwu I can confirm version 4.1.2 has symbols published. This issue can be closed. |
Microsoft.Azure.ServiceBus
Provide PDB symbols for Microsoft.Azure.ServiceBus.dll (version 4.1.1)
Is your feature request related to a problem? Please describe.
I'am trying to investigate an issue related to Azure ServiceBus queues. However the symbol files cannot be loaded. I have the following symbol locations configured:
The text was updated successfully, but these errors were encountered: