- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 837
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
Error: Symbol indexes could not be retrieved. #1239
Comments
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1098 this is the other project I found them in. |
Thanks, I'll try to look into this. |
What I read seems to suggest that the Maybe I can use |
This same explanation is echoed in the link you sent me (or maybe it was a link to another discussion from the link you provided, I'm not sure). |
More confirmation of what was said above: dotnet/sdk#1238 |
Much appreciated. |
Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.13.0 to 2.15.0. <details> <summary>Changelog</summary> *Sourced from [MailKit's changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md).* > ### MailKit 2.15.0 (2021-08-18) > > * Use DebugType=full for .NET Framework v4.x. (issue [#1239](jstedfast/MailKit#1239)) > * Updated GMail SSL certificate serial numbers and fingerprints. > * Small NTLM code improvements. > > ### MailKit 2.14.0 (2021-07-28) > > * Added support for logging timestamps in the `ProtocolLogger` (see the `LogTimestamps` and `TimestampFormat` > properties on `ProtocolLogger`). > * Added support for automatically redacting user credentials in protocol logs. To enable this, set the > `ProtocolLogger.RedactSecrets` property to `true`. (issue [#1174](jstedfast/MailKit#1174)) > * Added the GetMessageSizeAsync() method to the IMailSpool interface. > (issue [#1233](jstedfast/MailKit#1233)) > * Added a work-around to the IMAP INTERNALDATE parser to handle invalid dates such as "00-Jan-0000 00:00:00 +0000" > which appears in Domino IMAP server responses, likely when the INTERNALDATE value is uninitialized in the database. > (issue [#1236](jstedfast/MailKit#1236)) > * Make sure to dispose X509Certificates in .NET >= 4.6. > * Re-added NTLM as one of the default supported SASL mechanisms. > * Updated GMail SSL certificate serial numbers and fingerprints. </details> <details> <summary>Commits</summary> - [`6ff7091`](jstedfast/MailKit@6ff7091) Bumped version to 2.15.0 - [`a645991`](jstedfast/MailKit@a645991) Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 ([#1242](jstedfast/MailKit#1242)) - [`caa02b9`](jstedfast/MailKit@caa02b9) NTLM improvements - [`b206436`](jstedfast/MailKit@b206436) Drop expired GMail SSL certificates - [`945508f`](jstedfast/MailKit@945508f) Updated GMail SSL certificate serial #'s and fingerprints - [`e188a02`](jstedfast/MailKit@e188a02) Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 ([#1218](jstedfast/MailKit#1218)) - [`3f54627`](jstedfast/MailKit@3f54627) Use DebugType=full for .NET Framework v4.x - [`1e34019`](jstedfast/MailKit@1e34019) Bumped version to 2.14.0 - [`ca0751c`](jstedfast/MailKit@ca0751c) If an invalid INTERNALDATE is encountered, just use DateTimeOffset.MinValue - [`f1323e6`](jstedfast/MailKit@f1323e6) Update GMail SSL certificate info - Additional commits viewable in [compare view](jstedfast/MailKit@2.13.0...2.15.0) </details> <br /> Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/6 Co-authored-by: elanis <[email protected]> Co-committed-by: elanis <[email protected]>
Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.13.0 to 2.15.0. <details> <summary>Changelog</summary> *Sourced from [MailKit's changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md).* > ### MailKit 2.15.0 (2021-08-18) > > * Use DebugType=full for .NET Framework v4.x. (issue [#1239](jstedfast/MailKit#1239)) > * Updated GMail SSL certificate serial numbers and fingerprints. > * Small NTLM code improvements. > > ### MailKit 2.14.0 (2021-07-28) > > * Added support for logging timestamps in the `ProtocolLogger` (see the `LogTimestamps` and `TimestampFormat` > properties on `ProtocolLogger`). > * Added support for automatically redacting user credentials in protocol logs. To enable this, set the > `ProtocolLogger.RedactSecrets` property to `true`. (issue [#1174](jstedfast/MailKit#1174)) > * Added the GetMessageSizeAsync() method to the IMailSpool interface. > (issue [#1233](jstedfast/MailKit#1233)) > * Added a work-around to the IMAP INTERNALDATE parser to handle invalid dates such as "00-Jan-0000 00:00:00 +0000" > which appears in Domino IMAP server responses, likely when the INTERNALDATE value is uninitialized in the database. > (issue [#1236](jstedfast/MailKit#1236)) > * Make sure to dispose X509Certificates in .NET >= 4.6. > * Re-added NTLM as one of the default supported SASL mechanisms. > * Updated GMail SSL certificate serial numbers and fingerprints. </details> <details> <summary>Commits</summary> - [`6ff7091`](jstedfast/MailKit@6ff7091) Bumped version to 2.15.0 - [`a645991`](jstedfast/MailKit@a645991) Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 ([#1242](jstedfast/MailKit#1242)) - [`caa02b9`](jstedfast/MailKit@caa02b9) NTLM improvements - [`b206436`](jstedfast/MailKit@b206436) Drop expired GMail SSL certificates - [`945508f`](jstedfast/MailKit@945508f) Updated GMail SSL certificate serial #'s and fingerprints - [`e188a02`](jstedfast/MailKit@e188a02) Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 ([#1218](jstedfast/MailKit#1218)) - [`3f54627`](jstedfast/MailKit@3f54627) Use DebugType=full for .NET Framework v4.x - [`1e34019`](jstedfast/MailKit@1e34019) Bumped version to 2.14.0 - [`ca0751c`](jstedfast/MailKit@ca0751c) If an invalid INTERNALDATE is encountered, just use DateTimeOffset.MinValue - [`f1323e6`](jstedfast/MailKit@f1323e6) Update GMail SSL certificate info - Additional commits viewable in [compare view](jstedfast/MailKit@2.13.0...2.15.0) </details> <br /> Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/9 Co-authored-by: elanis <[email protected]> Co-committed-by: elanis <[email protected]>
Nightly builds using MailKit are generating an error
| Indexed source information could not be retrieved from D:\Dev\ClearSCADA_Project\ClearSCADA\Binaries\Win32\Release\MailKit.pdb. Error: Symbol indexes could not be retrieved.
MailKit.pdb. Error: Symbol indexes could not be retrieved.
Windows using mailkit 2.13.0 targeting .net 4.8
MSBuild error produced running under VS2019 msbuild
I saw a similar issue in another project where the pdbs were in some kind of hybrid PDB format that Visual Studio didn't know how to handle correctly.
The text was updated successfully, but these errors were encountered: