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