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