dotnet / symstore

Implements API for retrieval of symbols and other debug artifacts from symbol store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the cross OS DAC name "mscordaccore.dll" to the ELF key generator

mikem8361 opened this issue · comments

This will allow the downloader (dotnet-symbol) to get the cross-OS DAC along with the other "special" clr binaries. This is also the first step in getting the uploader to work with it too.

Issue dotnet/diagnostics#4630 will make the added dotnet-symbol error "noise" less for the runtime versions/platforms that don't have this special file.