Closed
Description
SymbolReader.GetServerSymbolStore
does not allow the use of UNC paths as symbol stores.
The code responsibe:
diagnostics/src/SOS/SOS.NETCore/SymbolReader.cs
Line 1117 in 367aa5c
I suppose that perhaps the uri.IsFile
was intended to check if the URI referred to a file rather a directory, but that is not what IsFile indicates:
> (new Uri(@"\\my_network\symbolstore")).IsFile
true
Metadata
Metadata
Assignees
Labels
No labels