7 references to Names
Microsoft.SourceLink.Common (7)
GenerateSourceLinkFile.cs (7)
52
var mappedPath = root.GetMetadata(
Names
.SourceRoot.MappedPath);
58
Log.LogError(Resources.MustEndWithDirectorySeparator, isMapped ?
Names
.SourceRoot.MappedPathFullName :
Names
.SourceRoot.Name, localPath);
65
Log.LogError(Resources.MustNotContainWildcard, isMapped ?
Names
.SourceRoot.MappedPathFullName :
Names
.SourceRoot.Name, localPath);
70
var url = root.GetMetadata(
Names
.SourceRoot.SourceLinkUrl);
80
Log.LogError(Resources.MustContainSingleWildcard,
Names
.SourceRoot.SourceLinkUrlFullName, url);