コード例 #1
0
        public IEnumerable <string> GetReferences(TargetFrameworkId targetFrameworkId, FileSystemPath testDataPath,
                                                  NugetPackagesCache nugetPackagesCache)
        {
            var names     = GetPackageNames().ToArray();
            var attribute = new TestPackagesAttribute(names);

            return(attribute.GetReferences(targetFrameworkId, testDataPath, nugetPackagesCache));
        }