7 references to Names
Microsoft.SourceLink.Common (7)
GenerateSourceLinkFile.cs (7)
51
var mappedPath = root.GetMetadata(
Names
.SourceRoot.MappedPath);
57
Log.LogError(Resources.MustEndWithDirectorySeparator, isMapped ?
Names
.SourceRoot.MappedPathFullName :
Names
.SourceRoot.Name, localPath);
64
Log.LogError(Resources.MustNotContainWildcard, isMapped ?
Names
.SourceRoot.MappedPathFullName :
Names
.SourceRoot.Name, localPath);
69
var url = root.GetMetadata(
Names
.SourceRoot.SourceLinkUrl);
79
Log.LogError(Resources.MustContainSingleWildcard,
Names
.SourceRoot.SourceLinkUrlFullName, url);