Skip to content

SymbolReader doesn't allow UNC symbol server paths #674

Closed
@Zhentar

Description

@Zhentar

SymbolReader.GetServerSymbolStore does not allow the use of UNC paths as symbol stores.

The code responsibe:

if (!Uri.TryCreate(symbolServerPath, UriKind.Absolute, out Uri uri) || uri.IsFile)

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
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions