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
When linking a set of assemblies which contain Microsoft.SourceLink.GitHub with EmbedUntrackedSources enabled, the processing time will increase significantly.
Lots of the processing time is spent in GetCustomDebugInformation :
I see. Yeah that makes sense. We probably shouldn't even decompress/compress unless the user asked to access the uncompressed content, that should speed things up.
When linking a set of assemblies which contain
Microsoft.SourceLink.GitHub
withEmbedUntrackedSources
enabled, the processing time will increase significantly.Lots of the processing time is spent in
GetCustomDebugInformation
:cecil/Mono.Cecil/AssemblyReader.cs
Line 3241 in 5e37f44
Here's a stack trace leading to this:
Originally reported as dotnet/linker#1409
The text was updated successfully, but these errors were encountered: