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 recently discovered a problem with our SDK symbols unavailable on Microsoft's Symbol Server. @lmolkova helped me verify.
As part of the larger repo consolidation Consolidating Application Insights Repos #1214, I'm investigating and consolidating our *.props.
I discovered that half our products were shipping DebugType Full and the other half was shipping DebugType PdbOnly
For context:
In 2018 we investigated changing to the DebugType Portable, but Microsoft's Symbol Server wasn't ready for this change.
In 2019 I tried to onboard to the Nuget Symbol Server, but they require the DebugType Portable.
Problems
I recently discovered a problem with our SDK symbols unavailable on Microsoft's Symbol Server. @lmolkova helped me verify.
As part of the larger repo consolidation Consolidating Application Insights Repos #1214, I'm investigating and consolidating our *.props.
I discovered that half our products were shipping
DebugType Full
and the other half was shippingDebugType PdbOnly
For context:
In 2018 we investigated changing to the
DebugType Portable
, but Microsoft's Symbol Server wasn't ready for this change.In 2019 I tried to onboard to the Nuget Symbol Server, but they require the
DebugType Portable
.TODO
Workaround
DebugType Full
. https://github.com/microsoft/ApplicationInsights-dotnet/pull/1528/files#diff-958413da6065a421fb6ced33222f648dThe text was updated successfully, but these errors were encountered: